mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
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:
parent
fac7010411
commit
35dae65862
@ -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):
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user