summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cheese-texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cheese-texture.c b/src/cheese-texture.c
index 5967cdc..89b08a7 100644
--- a/src/cheese-texture.c
+++ b/src/cheese-texture.c
@@ -220,7 +220,7 @@ cheese_texture_init (CheeseTexture * self)
gdk_window_add_filter (NULL, gdk_filter, self);
// g_message ("toplevel is %d", GDK_WINDOW_XID (gdk_window_get_toplevel (window)));
- g_object_set (self, "window", GDK_WINDOW_XID (window), "automatic-updates", FALSE, NULL);
+ g_object_set (self, "window", GDK_WINDOW_XID (window), "automatic-updates", TRUE, NULL);
}
ClutterActor *