summaryrefslogtreecommitdiffstats
path: root/package/libgtk2/old_patches/xsettings.patch
diff options
context:
space:
mode:
authorJohn Voltz <john.voltz@gmail.com>2008-03-06 18:15:42 +0000
committerJohn Voltz <john.voltz@gmail.com>2008-03-06 18:15:42 +0000
commit5b5cf3bf3630352e8c24f9185d7795ec0f503cb4 (patch)
treedf423d8c652725990197e44b8266b6f0b10576f6 /package/libgtk2/old_patches/xsettings.patch
parent84c82f9fd5bb21ae9df4774adce2a7660c145003 (diff)
downloadbuildroot-novena-5b5cf3bf3630352e8c24f9185d7795ec0f503cb4.tar.gz
buildroot-novena-5b5cf3bf3630352e8c24f9185d7795ec0f503cb4.zip
updated libgtk2
Diffstat (limited to 'package/libgtk2/old_patches/xsettings.patch')
-rw-r--r--package/libgtk2/old_patches/xsettings.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/libgtk2/old_patches/xsettings.patch b/package/libgtk2/old_patches/xsettings.patch
new file mode 100644
index 000000000..b63e262d3
--- /dev/null
+++ b/package/libgtk2/old_patches/xsettings.patch
@@ -0,0 +1,16 @@
+--- gtk+-2.4.4/gdk/x11/gdkevents-x11.c.old Sun Aug 22 17:14:00 2004
++++ gtk+-2.4.4/gdk/x11/gdkevents-x11.c Sun Aug 22 17:14:00 2004
+@@ -2827,10 +2827,9 @@
+ {
+ GdkScreenX11 *screen = data;
+
+- if (xsettings_client_process_event (screen->xsettings_client, (XEvent *)xevent))
+- return GDK_FILTER_REMOVE;
+- else
+- return GDK_FILTER_CONTINUE;
++ xsettings_client_process_event (screen->xsettings_client, (XEvent *)xevent);
++
++ return GDK_FILTER_CONTINUE;
+ }
+
+ static void