summaryrefslogtreecommitdiff
path: root/packages/gtk+/gtk+-2.8.9/xsettings.patch
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-05-05 00:32:44 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-05-05 00:32:44 +0000
commitceaa697851077e059c6fc9d6b0bd6df132d5180e (patch)
tree3ce49eccebdb17cf0d882b23a639e47d35f21564 /packages/gtk+/gtk+-2.8.9/xsettings.patch
parentdb61d94094937dfc3504e15424c099f4a608acf3 (diff)
gtk+: consolidate 2 patches which are identical across all versions into files/ and drop the remainder
* xsettings.patch and gtklabel-resize-patch * there are probably other patches where this would be possible
Diffstat (limited to 'packages/gtk+/gtk+-2.8.9/xsettings.patch')
-rw-r--r--packages/gtk+/gtk+-2.8.9/xsettings.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/gtk+/gtk+-2.8.9/xsettings.patch b/packages/gtk+/gtk+-2.8.9/xsettings.patch
deleted file mode 100644
index b63e262d34..0000000000
--- a/packages/gtk+/gtk+-2.8.9/xsettings.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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