keynames: Use C types

Then we don't need to include glib.h
This commit is contained in:
Benjamin Otte 2024-09-25 02:04:51 +02:00
parent 0af89088ba
commit 70f386bd68

View File

@ -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[] = {