mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
keybindings: Fix inconsistent struct field alignment
https://bugzilla.gnome.org/show_bug.cgi?id=787016
This commit is contained in:
parent
2c3f79829e
commit
0e62b71959
@ -91,8 +91,8 @@ typedef struct
|
||||
|
||||
typedef struct
|
||||
{
|
||||
GHashTable *key_bindings;
|
||||
GHashTable *key_bindings_index;
|
||||
GHashTable *key_bindings;
|
||||
GHashTable *key_bindings_index;
|
||||
xkb_mod_mask_t ignored_modifier_mask;
|
||||
xkb_mod_mask_t hyper_mask;
|
||||
xkb_mod_mask_t virtual_hyper_mask;
|
||||
|
Loading…
Reference in New Issue
Block a user