mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
keynames: Use C types
Then we don't need to include glib.h
This commit is contained in:
parent
0af89088ba
commit
70f386bd68
@ -63,8 +63,8 @@ print ";\n\n";
|
||||
|
||||
print <<EOT;
|
||||
typedef struct {
|
||||
guint keyval;
|
||||
guint offset;
|
||||
unsigned int keyval;
|
||||
unsigned int offset;
|
||||
} gdk_key;
|
||||
|
||||
static const gdk_key gdk_keys_by_keyval[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user