mirror of
https://github.com/brl/mutter.git
synced 2024-11-08 23:16:20 -05:00
Add more effect tokens.
This commit is contained in:
parent
7859b69a88
commit
1e64cf4a8b
@ -1,3 +1,8 @@
|
||||
2006-05-23 Adam Jackson <ajax@freedesktop.org>
|
||||
|
||||
* src/effects.h:
|
||||
Add more effect tokens.
|
||||
|
||||
Mon May 22 17:35:52 2006 Søren Sandmann <sandmann@redhat.com>
|
||||
|
||||
* src/effects.[ch]: Beginning of new layer that abstracts
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user