mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
remove trailing comma in MetaKeyBindingAction enum. Fix for #134868 thanks
2004-02-19 Rob Adams <readams@readams.net> * src/prefs.h: remove trailing comma in MetaKeyBindingAction enum. Fix for #134868 thanks to bugzilla-gnome@thewrittenword.com.
This commit is contained in:
parent
ad65847d7d
commit
f1701a751f
@ -1,3 +1,8 @@
|
|||||||
|
2004-02-19 Rob Adams <readams@readams.net>
|
||||||
|
|
||||||
|
* src/prefs.h: remove trailing comma in MetaKeyBindingAction enum.
|
||||||
|
Fix for #134868 thanks to bugzilla-gnome@thewrittenword.com.
|
||||||
|
|
||||||
2004-02-16 Rob Adams <readams@readams.net>
|
2004-02-16 Rob Adams <readams@readams.net>
|
||||||
|
|
||||||
* src/window.c (update_move): reset drag state after shaking loose
|
* src/window.c (update_move): reset drag state after shaking loose
|
||||||
|
@ -224,7 +224,7 @@ typedef enum _MetaKeyBindingAction
|
|||||||
META_KEYBINDING_ACTION_COMMAND_9,
|
META_KEYBINDING_ACTION_COMMAND_9,
|
||||||
META_KEYBINDING_ACTION_COMMAND_10,
|
META_KEYBINDING_ACTION_COMMAND_10,
|
||||||
META_KEYBINDING_ACTION_COMMAND_11,
|
META_KEYBINDING_ACTION_COMMAND_11,
|
||||||
META_KEYBINDING_ACTION_COMMAND_12,
|
META_KEYBINDING_ACTION_COMMAND_12
|
||||||
} MetaKeyBindingAction;
|
} MetaKeyBindingAction;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
Loading…
Reference in New Issue
Block a user