summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/gtk+/gtk+-2.8.16/xsettings.patch
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2006-03-20 12:57:55 +0000
committerRoss Burton <ross@openedhand.com>2006-03-20 12:57:55 +0000
commit62d5286d37d46bc3e8d1a861d87506fadcb93cb0 (patch)
tree9c2aa7f75a539c44d115a77f983c98d0d1e5e394 /openembedded/packages/gtk+/gtk+-2.8.16/xsettings.patch
parente917da2a40363fafa9c32e914d7f58a913c99465 (diff)
downloadpoky-62d5286d37d46bc3e8d1a861d87506fadcb93cb0.tar.gz
Upgrade GTK+ 2.8.9 to 2.8.16
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@305 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gtk+/gtk+-2.8.16/xsettings.patch')
-rw-r--r--openembedded/packages/gtk+/gtk+-2.8.16/xsettings.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/openembedded/packages/gtk+/gtk+-2.8.16/xsettings.patch b/openembedded/packages/gtk+/gtk+-2.8.16/xsettings.patch
new file mode 100644
index 0000000000..b63e262d34
--- /dev/null
+++ b/openembedded/packages/gtk+/gtk+-2.8.16/xsettings.patch
@@ -0,0 +1,16 @@
1--- gtk+-2.4.4/gdk/x11/gdkevents-x11.c.old Sun Aug 22 17:14:00 2004
2+++ gtk+-2.4.4/gdk/x11/gdkevents-x11.c Sun Aug 22 17:14:00 2004
3@@ -2827,10 +2827,9 @@
4 {
5 GdkScreenX11 *screen = data;
6
7- if (xsettings_client_process_event (screen->xsettings_client, (XEvent *)xevent))
8- return GDK_FILTER_REMOVE;
9- else
10- return GDK_FILTER_CONTINUE;
11+ xsettings_client_process_event (screen->xsettings_client, (XEvent *)xevent);
12+
13+ return GDK_FILTER_CONTINUE;
14 }
15
16 static void