1
0
Fork 0

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

@ -1,3 +1,8 @@
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.
2006-01-15 Kyle Ambroff <kambroff@csus.edu>
* src/workspace.c (focus_ancestor_or_mru_window):

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
}