From 1a136cf48dd7f710f38ff998182508f5a0d41c35 Mon Sep 17 00:00:00 2001 From: Parabola Date: Thu, 20 Oct 2011 13:50:49 +0000 Subject: Thu Oct 20 13:50:46 UTC 2011 --- extra/gcin/missing.patch | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 extra/gcin/missing.patch (limited to 'extra/gcin') diff --git a/extra/gcin/missing.patch b/extra/gcin/missing.patch deleted file mode 100644 index 3d8737392..000000000 --- a/extra/gcin/missing.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff -aur old/gen-dist new/gen-dist ---- old/gen-dist 2011-09-07 10:51:59.214132579 -0700 -+++ new/gen-dist 2011-09-07 10:53:27.534010656 -0700 -@@ -1,5 +1,5 @@ - GCIN_VERSION="gcin-`cat VERSION.gcin`" --sh gen-gtk3 -+#sh gen-gtk3 - sed -i '/^$/d' Changelog.html - rm -f tags core.* - cd .. -diff -aur old/gtk3-im/gtkimcontextgcin.c new/gtk3-im/gtkimcontextgcin.c ---- old/gtk3-im/gtkimcontextgcin.c 2011-09-07 10:51:59.224132565 -0700 -+++ new/gtk3-im/gtkimcontextgcin.c 2011-09-07 10:53:09.984034884 -0700 -@@ -128,7 +128,7 @@ - GdkWindow *client_window = context_xim->client_window; - if (!client_window) - return; -- GdkScreen *screen = gdk_drawable_get_screen (client_window); -+ GdkScreen *screen = gdk_window_get_screen (client_window); - if (!screen) - return; - -@@ -137,7 +137,7 @@ - return; - - if (!context_xim->gcin_ch) { -- if (!(context_xim->gcin_ch = gcin_im_client_open(GDK_DISPLAY()))) -+ if (!(context_xim->gcin_ch = gcin_im_client_open(GDK_DISPLAY_XDISPLAY(gdk_display_get_default())))) - perror("cannot open gcin_ch"); - #if 1 - context_xim->timeout_handle = 0; -- cgit v1.2.3-54-g00ecf