mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
keybindings: Use proper enum type in MetaKeyHandler
This simplifies inspecting runtime state using gdb. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2714>
This commit is contained in:
parent
990a10fe78
commit
ec82b6e869
@ -39,7 +39,8 @@ struct _MetaKeyHandler
|
||||
char *name;
|
||||
MetaKeyHandlerFunc func;
|
||||
MetaKeyHandlerFunc default_func;
|
||||
gint data, flags;
|
||||
int data;
|
||||
MetaKeyBindingFlags flags;
|
||||
gpointer user_data;
|
||||
GDestroyNotify user_data_free_func;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user