summaryrefslogtreecommitdiff
path: root/extra/gcin
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-10-20 13:50:49 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-10-20 13:50:49 +0000
commit1a136cf48dd7f710f38ff998182508f5a0d41c35 (patch)
tree34f285379061ab4346b6dcbdc30b8742cebfa22a /extra/gcin
parent6c5c865fa6674610732dd8427bf8f09f3c166299 (diff)
Thu Oct 20 13:50:46 UTC 2011
Diffstat (limited to 'extra/gcin')
-rw-r--r--extra/gcin/missing.patch31
1 files changed, 0 insertions, 31 deletions
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;