summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk+/gtk+-2.12.7/scrolled-placement.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-08-17 12:35:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-17 13:06:41 +0100
commit6e4bd6879e8899479f1ce1ef956f08ed31b90844 (patch)
tree6f39d71d0dcc040753e35c7bcfb90cc89cae32ba /meta/recipes-gnome/gtk+/gtk+-2.12.7/scrolled-placement.patch
parente781fb625001a485d9a1e1a24850bb6fe4bf5bb5 (diff)
downloadpoky-6e4bd6879e8899479f1ce1ef956f08ed31b90844.tar.gz
gtk+: remove 2.12.7
(From OE-Core rev: 8ba09db01ab6ed9a57498528ab20abd12c1fa314) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+/gtk+-2.12.7/scrolled-placement.patch')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+-2.12.7/scrolled-placement.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+-2.12.7/scrolled-placement.patch b/meta/recipes-gnome/gtk+/gtk+-2.12.7/scrolled-placement.patch
deleted file mode 100644
index 1e3ab52489..0000000000
--- a/meta/recipes-gnome/gtk+/gtk+-2.12.7/scrolled-placement.patch
+++ /dev/null
@@ -1,24 +0,0 @@
1Upstream-Status: Inappropriate [enable feature]
2
3Index: gdk/x11/gdksettings.c
4===================================================================
5--- gdk/x11/gdksettings.c (revision 18493)
6+++ gdk/x11/gdksettings.c (working copy)
7@@ -65,7 +65,8 @@
8 "Xft/RGBA\0" "gtk-xft-rgba\0"
9 "Xft/DPI\0" "gtk-xft-dpi\0"
10 "Net/FallbackIconTheme\0" "gtk-fallback-icon-theme\0"
11- "Gtk/TouchscreenMode\0" "gtk-touchscreen-mode\0";
12+ "Gtk/TouchscreenMode\0" "gtk-touchscreen-mode\0"
13+ "Gtk/ScrolledWindowPlacement\0" "gtk-scrolled-window-placement\0";
14
15 static const struct
16 {
17@@ -107,5 +108,6 @@
18 { 1197, 1206 },
19 { 1219, 1227 },
20 { 1239, 1261 },
21- { 1285, 1305 }
22+ { 1285, 1305 },
23+ { 1326, 1354 }
24 };