From 8925a4bad2786f0bc638de2e828cce255d4d3ee1 Mon Sep 17 00:00:00 2001 From: Filippo Argiolas Date: Mon, 27 Apr 2009 16:49:49 +0200 Subject: Reenable automatic-updates Damn, it seems I disabled it believing it wasn't really necessary but it actually it is. Remember: don't assume something that works on nvidia actually works everywhere. By the way doesn't work well on nvidia too if I disable updates, it just works "well enough" to make me not notice I disabled it :) --- src/cheese-texture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- cgit v1.2.3