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);