summaryrefslogtreecommitdiff
path: root/caribou
diff options
context:
space:
mode:
authorParag Nemade <pnemade@redhat.com>2016-07-03 13:12:44 +0530
committerParag Nemade <pnemade@redhat.com>2016-07-03 13:12:44 +0530
commitcfa18dcf608e10e01e6074ae39bd6bfeb9842229 (patch)
treec72210a6c9a807ddcb39d8f1e6435c731ec15500 /caribou
parentb90b68c0aa76c8ee8a3368f7e064fe74167bf6a7 (diff)
downloadcaribou-cfa18dcf608e10e01e6074ae39bd6bfeb9842229.tar.gz
Initialize Clutter explicitly in antler code.
https://bugzilla.gnome.org/show_bug.cgi?id=768104
Diffstat (limited to 'caribou')
-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