windowmanager: Fix build with mutter < 3.18

This commit is contained in:
Rico Tzschichholz 2016-03-03 19:16:54 +01:00
commit c11fdea7ee

View File

@ -1111,7 +1111,9 @@ namespace Gala
unowned AnimationSettings animation_settings = AnimationSettings.get_default ();
var window = actor.get_meta_window ();
#if HAS_MUTTER318
ws_assoc.remove (window);
#endif
if (!animation_settings.enable_animations) {
destroy_completed (actor);