diff options
author | Joaquín Ignacio Aramendía <[email protected]> | 2014-06-24 11:49:47 -0300 |
---|---|---|
committer | Joaquín Ignacio Aramendía <[email protected]> | 2014-06-26 20:23:32 -0300 |
commit | e1d87e891c43c4c40b0bdd2f2627286e9bffdef5 (patch) | |
tree | 9f2a5e2cce04e034e83f5d0ce0146a476317ab75 /src/core/effects.h | |
parent | 5675f355396d58bcbb16f8e7fabd60d5d3bc69e1 (diff) | |
download | marco-e1d87e891c43c4c40b0bdd2f2627286e9bffdef5.tar.bz2 marco-e1d87e891c43c4c40b0bdd2f2627286e9bffdef5.tar.xz |
Add "effect_pending" flag
Initialized at META_EFFECT_NONE. The management of this should be done by
caller functions to effect functions.
Diffstat (limited to 'src/core/effects.h')
-rw-r--r-- | src/core/effects.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/effects.h b/src/core/effects.h index ca25aa88..e0025ff6 100644 --- a/src/core/effects.h +++ b/src/core/effects.h @@ -50,6 +50,7 @@ typedef enum { + META_EFFECT_NONE = 0, META_EFFECT_MINIMIZE, META_EFFECT_UNMINIMIZE, META_EFFECT_FOCUS, |