mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Add more effect tokens.
This commit is contained in:
@ -40,7 +40,16 @@ typedef enum
|
||||
|
||||
typedef enum
|
||||
{
|
||||
META_EFFECT_MINIMIZE
|
||||
META_EFFECT_MINIMIZE,
|
||||
META_EFFECT_RESTORE,
|
||||
META_EFFECT_MENU_MAP,
|
||||
META_EFFECT_MENU_UNMAP,
|
||||
META_EFFECT_DIALOG_MAP,
|
||||
META_EFFECT_DIALOG_UNMAP,
|
||||
META_EFFECT_TOPLEVEL_MAP,
|
||||
META_EFFECT_TOPLEVEL_UNMAP,
|
||||
META_EFFECT_ALT_TAB,
|
||||
META_EFFECT_FOCUS,
|
||||
} MetaEffectType;
|
||||
|
||||
typedef void (* MetaEffectHandler) (MetaEffect *effect,
|
||||
|
Reference in New Issue
Block a user