Move get_key_equivalent() to gdk quartz utils.

https://bugzilla.gnome.org/show_bug.cgi?id=710351
This commit is contained in:
William Hua
2014-01-08 10:58:56 -05:00
committed by Ryan Lortie
parent 92fcc31c8a
commit 2a109250d5
3 changed files with 150 additions and 148 deletions

View File

@ -32,6 +32,8 @@ GDK_AVAILABLE_IN_ALL
NSImage *gdk_quartz_pixbuf_to_ns_image_libgtk_only (GdkPixbuf *pixbuf);
GDK_AVAILABLE_IN_ALL
NSEvent *gdk_quartz_event_get_nsevent (GdkEvent *event);
GDK_AVAILABLE_IN_3_12
gunichar gdk_quartz_get_key_equivalent (guint key);
G_END_DECLS