From e84e87594633a0efd40b3a703c819d94b4b6b68c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 10 Jan 2008 11:06:09 +0000 Subject: gtk: upgrade 2.15.3 to 2.15.5 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3447 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../gtk+/gtk+-2.12.5/scrolled-placement.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta/packages/gtk+/gtk+-2.12.5/scrolled-placement.patch (limited to 'meta/packages/gtk+/gtk+-2.12.5/scrolled-placement.patch') diff --git a/meta/packages/gtk+/gtk+-2.12.5/scrolled-placement.patch b/meta/packages/gtk+/gtk+-2.12.5/scrolled-placement.patch new file mode 100644 index 000000000..a0b50c8ca --- /dev/null +++ b/meta/packages/gtk+/gtk+-2.12.5/scrolled-placement.patch @@ -0,0 +1,22 @@ +Index: gdk/x11/gdksettings.c +=================================================================== +--- gdk/x11/gdksettings.c (revision 18493) ++++ gdk/x11/gdksettings.c (working copy) +@@ -65,7 +65,8 @@ + "Xft/RGBA\0" "gtk-xft-rgba\0" + "Xft/DPI\0" "gtk-xft-dpi\0" + "Net/FallbackIconTheme\0" "gtk-fallback-icon-theme\0" +- "Gtk/TouchscreenMode\0" "gtk-touchscreen-mode\0"; ++ "Gtk/TouchscreenMode\0" "gtk-touchscreen-mode\0" ++ "Gtk/ScrolledWindowPlacement\0" "gtk-scrolled-window-placement\0"; + + static const struct + { +@@ -107,5 +108,6 @@ + { 1197, 1206 }, + { 1219, 1227 }, + { 1239, 1261 }, +- { 1285, 1305 } ++ { 1285, 1305 }, ++ { 1326, 1354 } + }; -- cgit v1.2.3