summaryrefslogtreecommitdiff
path: root/packages/gtk+/gtk+-2.12.11/scrolled-placement.patch
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2008-08-06 15:14:45 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2008-08-06 15:14:45 +0000
commitc5718e16d08d73a48642840dd8ad532734fb5942 (patch)
tree9e793953076377647d4d86ba1e53c041cacf760f /packages/gtk+/gtk+-2.12.11/scrolled-placement.patch
parent86acccc82f46060f45e78abd587c857c6f72986b (diff)
parent09e038b5a358d364a95269a1aed5940a6b913471 (diff)
merge of '55132066284089ca5853bcbb50bbd4990ec25823'
and '5565cda387e227c33c34f8743f541e7737fc5b1b'
Diffstat (limited to 'packages/gtk+/gtk+-2.12.11/scrolled-placement.patch')
-rw-r--r--packages/gtk+/gtk+-2.12.11/scrolled-placement.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/gtk+/gtk+-2.12.11/scrolled-placement.patch b/packages/gtk+/gtk+-2.12.11/scrolled-placement.patch
new file mode 100644
index 0000000000..a0b50c8cac
--- /dev/null
+++ b/packages/gtk+/gtk+-2.12.11/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 }
+ };