]> Pileus Git - ~andy/gtk/commit
gtk: use the new modifier API instead of GTK_DEFAULT_ACCEL_MOD_MASK
authorMichael Natterer <mitch@lanedo.com>
Fri, 7 Oct 2011 07:29:43 +0000 (09:29 +0200)
committerMichael Natterer <mitch@gimp.org>
Fri, 7 Oct 2011 07:33:07 +0000 (09:33 +0200)
commit87cc0dc79fe77c46508e89d677bc52ff12915d9a
treee73109a197e9af3c27a10f980e10f240c57600c9
parent78d8d6b900262fa03fabd6ef477b4209213d0d97
gtk: use the new modifier API instead of GTK_DEFAULT_ACCEL_MOD_MASK

in gtkimcontextsimple and gtktreeview, which are the easy places,
but also true bugfixes, because on OSX we can't use the virtual META
here, we needs MOD2 as delivered in key events.
gtk/gtkimcontextsimple.c
gtk/gtktreeview.c