wayland: Use a stage paint callback instead of a signal handler on "paint"

This is much more appropriate...
This commit is contained in:
Jasper St. Pierre
2013-12-03 14:43:53 -05:00
parent 2746608eb2
commit 0924c7d61b
3 changed files with 5 additions and 6 deletions

View File

@@ -637,6 +637,8 @@ after_stage_paint (ClutterStage *stage,
for (l = info->windows; l; l = l->next)
meta_window_actor_post_paint (l->data);
meta_wayland_compositor_paint_finished (meta_wayland_compositor_get_default ());
}
static void