mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -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;
|
char *name;
|
||||||
MetaKeyHandlerFunc func;
|
MetaKeyHandlerFunc func;
|
||||||
MetaKeyHandlerFunc default_func;
|
MetaKeyHandlerFunc default_func;
|
||||||
gint data, flags;
|
int data;
|
||||||
|
MetaKeyBindingFlags flags;
|
||||||
gpointer user_data;
|
gpointer user_data;
|
||||||
GDestroyNotify user_data_free_func;
|
GDestroyNotify user_data_free_func;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user