]> git.pld-linux.org Git - packages/gnome-settings-daemon.git/commitdiff
- 2.91.5.1
authorArtur Frysiak <artur@frysiak.net>
Thu, 9 Dec 2010 19:28:51 +0000 (19:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added gtk3.patch to fix compilation with gtk+ 2.91.6

Changed files:
    gtk3.patch -> 1.1

gtk3.patch [new file with mode: 0644]

diff --git a/gtk3.patch b/gtk3.patch
new file mode 100644 (file)
index 0000000..82c0e4d
--- /dev/null
@@ -0,0 +1,23 @@
+commit d3541003ae3edb30b17278f12ee976e497806d82
+Author: Jason D. Clinton <me@jasonclinton.com>
+Date:   Thu Dec 2 15:44:35 2010 -0600
+
+    mouse: gtk3: gdk_x11_drawable_get_xid renamed to gdk_x11_window_get_xid
+    
+    Just a one-line search-replace.
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=636328
+
+diff --git a/plugins/mouse/gsd-locate-pointer.c b/plugins/mouse/gsd-locate-pointer.c
+index 11b0da5..afbc622 100644
+--- a/plugins/mouse/gsd-locate-pointer.c
++++ b/plugins/mouse/gsd-locate-pointer.c
+@@ -421,7 +421,7 @@ set_locate_pointer (void)
+                   Window xroot;
+                   screen = gdk_display_get_screen (display, j);
+-                  xroot = gdk_x11_drawable_get_xid (gdk_screen_get_root_window (screen));
++                  xroot = gdk_x11_window_get_xid (gdk_screen_get_root_window (screen));
+                   XGrabKey (GDK_DISPLAY_XDISPLAY (display),
+                             keys[i].keycode,
This page took 0.151269 seconds and 4 git commands to generate.