diff options
author | Stefano Karapetsas <[email protected]> | 2014-07-01 10:58:02 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-07-01 10:58:02 +0200 |
commit | 567890a8a1884247de29e9f97cf9cd8110247c04 (patch) | |
tree | cfa21e7fb23d1974bc660c5e1d363049923470ca /src/core/window-private.h | |
parent | a65a66d49bd0d6ec6c94b8e3ecd551cb570cec95 (diff) | |
parent | 5b415150cf3676ee95e1da7d5a29093cd20e6c4e (diff) | |
download | marco-567890a8a1884247de29e9f97cf9cd8110247c04.tar.bz2 marco-567890a8a1884247de29e9f97cf9cd8110247c04.tar.xz |
Merge pull request #115 from Samsagax/animation-fix-clean
Experimental animation fix (clean)
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r-- | src/core/window-private.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/window-private.h b/src/core/window-private.h index dcb19d7f..65359e15 100644 --- a/src/core/window-private.h +++ b/src/core/window-private.h @@ -36,6 +36,7 @@ #include <config.h> #include "window.h" +#include "effects.h" #include "screen-private.h" #include "util.h" #include "stack.h" @@ -185,6 +186,9 @@ struct _MetaWindow guint was_minimized : 1; guint tab_unminimized : 1; + /* Whether there is a pending effect */ + MetaEffectType effect_pending; + /* Whether the window is mapped; actual server-side state * see also unmaps_pending */ |