summaryrefslogtreecommitdiff
path: root/src/core/window-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r--src/core/window-private.h4
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
*/