1
0
Fork 0

Add more effect tokens.

This commit is contained in:
Adam Jackson 2006-05-23 18:22:09 +00:00
parent 7859b69a88
commit 1e64cf4a8b
2 changed files with 15 additions and 1 deletions

View file

@ -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

View file

@ -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,