Really turn off draw-in-a-loop.

Mon Jan 16 11:55:20 2006  Søren Sandmann  <sandmann@redhat.com>

	* src/compositor.c (meta_compositor_manage_screen): Really turn
	off draw-in-a-loop.
This commit is contained in:
Søren Sandmann
2006-01-16 16:56:09 +00:00
committed by Søren Sandmann Pedersen
parent fac7010411
commit 35dae65862
2 changed files with 8 additions and 2 deletions

View File

@ -580,8 +580,11 @@ update (gpointer data)
/* FIXME: we should probably grab the server around the raise/swap */
ws_window_gl_swap_buffers (gl_window);
glFinish();
scr_info->idle_id = 0;
g_print ("returning FALSE\n");
return FALSE;
}
@ -734,8 +737,6 @@ meta_compositor_manage_screen (MetaCompositor *compositor,
ws_sync (compositor->ws);
g_idle_add (update, screen);
#endif
}