]> Pileus Git - ~andy/gtk/commit
gtk: remove the private GTK_DEFAULT_ACCEL_MOD_MASK define
authorMichael Natterer <mitch@lanedo.com>
Fri, 7 Oct 2011 18:58:58 +0000 (20:58 +0200)
committerMichael Natterer <mitch@gimp.org>
Fri, 7 Oct 2011 18:58:58 +0000 (20:58 +0200)
commit5327034c31e2236d01f18cc678d7da6de9bd22b5
treeaddfed36dcbb4307bd124fa59d65bcc14c876777
parent5b74ee38e87c60e32de2053eec48dd3f67655a46
gtk: remove the private GTK_DEFAULT_ACCEL_MOD_MASK define

and finish the port to using the new modifier abstraction API.
This commit has some evilness, it uses the default display for
the lack of a widget context, and the change to gtkstock.c
is very ugly, but I can't think of anything better given
GtkStockItem needs an accel mask instead of a proper accel
string.
gtk/gtkaccelgroup.c
gtk/gtkmain.c
gtk/gtkprivate.h
gtk/gtkstock.c