aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gtk+/gtk+-2.12.3/scrolled-placement.patch
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-01-24 09:50:12 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-01-24 09:50:12 +0000
commit2cce07bb173c6459a142c5e66855de8c1b6daa44 (patch)
tree8a429cf8c013869212f5b144ec706ef8d84144c7 /packages/gtk+/gtk+-2.12.3/scrolled-placement.patch
parentb370c2f42b70872caba6f025b19236da97411376 (diff)
downloadopenembedded-2cce07bb173c6459a142c5e66855de8c1b6daa44.tar.gz
gtk+_2.12.3.bb : latest gtk+, re-enabled cups plugin as its been
bugfixed.
Diffstat (limited to 'packages/gtk+/gtk+-2.12.3/scrolled-placement.patch')
-rw-r--r--packages/gtk+/gtk+-2.12.3/scrolled-placement.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/gtk+/gtk+-2.12.3/scrolled-placement.patch b/packages/gtk+/gtk+-2.12.3/scrolled-placement.patch
new file mode 100644
index 0000000000..a0b50c8cac
--- /dev/null
+++ b/packages/gtk+/gtk+-2.12.3/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 }
+ };