commit | 9bc7095a78e7fcd987f02e625fba764e826452a1 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Wed Feb 29 12:22:38 2012 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Feb 29 12:52:32 2012 -0500 |
tree | af16b62fa92ccd27aa205a003b83e7ab79a49fb1 | |
parent | f10df85cd734b2dc450e1addc6964722c90b41f4 [diff] [blame] |
compositor: Set an empty input region for the fade surface Otherwise we don't set the cursor until the fade is done.
diff --git a/src/compositor.c b/src/compositor.c index 74c40da..2c2ff88 100644 --- a/src/compositor.c +++ b/src/compositor.c
@@ -1067,6 +1067,7 @@ wl_list_insert(&compositor->surface_list, &surface->link); weston_surface_assign_output(surface); compositor->fade.surface = surface; + pixman_region32_init(&surface->input); } weston_surface_damage(compositor->fade.surface);