Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2011-11-15 22:58:19 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-11-15 22:58:19 +0400
commita34c8948f458cb5f932aedd3602dfee37ae01147 (patch)
tree9240bdb67b80214ab0d0aa422cf5b94010ec68d7 /packages/gtk+.py
parentefa6a3733897de46e1737263d0c21658126e4926 (diff)
Make the GTK+ modifier changes opt-in
Diffstat (limited to 'packages/gtk+.py')
-rw-r--r--packages/gtk+.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/gtk+.py b/packages/gtk+.py
index 10a9949..cc6d83f 100644
--- a/packages/gtk+.py
+++ b/packages/gtk+.py
@@ -38,9 +38,16 @@ class GtkPackage (GnomePackage):
'http://git.gnome.org/browse/gtk+/patch/?id=5123ad079ea364a1083b579da92afc7415c0b8b7',
# quartz: handle recursive CFRunLoops
'http://git.gnome.org/browse/gtk+/patch/?id=6f4a6b4936c78b34682547de323b2afaf4559be6',
+ # gdk: exclude MOD1 from the virtual modifier mapping
+ 'http://git.gnome.org/browse/gtk+/patch/?id=32b70a56d13050b6d2b0a570c436da1c303814f3',
+ # [Quartz Bug 663182] NSImage throws an exception from _gtk_quartz_create_image_from_pixbuf()
+ 'http://git.gnome.org/browse/gtk+/patch/?id=fadc82ad2647277628fd140514b54473dbeb2f4c',
# smooth scrolling, https://bugzilla.gnome.org/show_bug.cgi?id=516725
- 'http://bugzilla-attachments.gnome.org/attachment.cgi?id=200174'
+ 'http://bugzilla-attachments.gnome.org/attachment.cgi?id=200174',
+
+ # make new modifier behviour opt-in, so as not to break old versions of MonoDevelop
+ 'patches/gdk-quartz-set-fix-modifiers-hack.patch',
])
def prep (self):