summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajackson@src.gnome.org>2006-05-23 18:22:09 +0000
committerAdam Jackson <ajackson@src.gnome.org>2006-05-23 18:22:09 +0000
commit1e64cf4a8b32c9de8802eaf64a59a618f5354d18 (patch)
treed4d63cb4da2ae440d8a358407d3897b7476ab655
parent7859b69a888abdc29ba7a8343b1e79f93bf4b220 (diff)
downloadmetacity-1e64cf4a8b32c9de8802eaf64a59a618f5354d18.tar.gz
Add more effect tokens.
-rw-r--r--ChangeLog5
-rw-r--r--src/effects.h11
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e80710a..3d742f90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/src/effects.h b/src/effects.h
index 847d6c52..aa624e4f 100644
--- a/src/effects.h
+++ b/src/effects.h
@@ -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,