diff options
author | Clement Lefebvre <[email protected]> | 2015-11-16 12:28:55 +0000 |
---|---|---|
committer | Clement Lefebvre <[email protected]> | 2015-11-16 12:28:55 +0000 |
commit | 2153a1cc972d71b68e165680e2c09ddffc820498 (patch) | |
tree | 30956de0085aa456dab9a00c1026cbee9b1f6d38 /src/core/window-private.h | |
parent | 228390697c5b89aee45796677cf1c98a8b50ba97 (diff) | |
parent | 3ed3babc3ed31c7b03f7475205acc6c5e52bac81 (diff) | |
download | marco-2153a1cc972d71b68e165680e2c09ddffc820498.tar.bz2 marco-2153a1cc972d71b68e165680e2c09ddffc820498.tar.xz |
Merge pull request #231 from mate-desktop/we-dont-need-no-animation
Revert animation changes
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r-- | src/core/window-private.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/window-private.h b/src/core/window-private.h index 0b3cf594..88713101 100644 --- a/src/core/window-private.h +++ b/src/core/window-private.h @@ -36,7 +36,6 @@ #include <config.h> #include "window.h" -#include "effects.h" #include "screen-private.h" #include "util.h" #include "stack.h" @@ -187,9 +186,6 @@ 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 */ |