summaryrefslogtreecommitdiff
path: root/caribou/antler/window.py
diff options
context:
space:
mode:
Diffstat (limited to 'caribou/antler/window.py')
-rw-r--r--caribou/antler/window.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/caribou/antler/window.py b/caribou/antler/window.py
index 980869a..09d770a 100644
--- a/caribou/antler/window.py
+++ b/caribou/antler/window.py
@@ -45,6 +45,8 @@ class AnimatedWindowBase(Gtk.Window, Clutter.Animatable):
}
def __init__(self):
GObject.GObject.__init__(self, type=Gtk.WindowType.POPUP)
+ Clutter.init(None)
+
# animation
self._stage = Clutter.Stage.get_default()
self._move_animation = None