[PATCH] compositor: Damage output when restoring X window.

Scott Moreau oreaus at gmail.com
Fri Jan 27 02:39:00 PST 2012


---
 src/compositor-x11.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/compositor-x11.c b/src/compositor-x11.c
index 09213f7..3afd6fa 100644
--- a/src/compositor-x11.c
+++ b/src/compositor-x11.c
@@ -599,6 +599,8 @@ x11_compositor_handle_event(int fd, uint32_t mask, void *data)
 					      weston_compositor_get_time(),
 					      &output->base, &c->keys);
 
+			weston_output_damage((struct weston_output *) output);
+
 			free(prev);
 			prev = NULL;
 			break;
-- 
1.7.4.1



More information about the wayland-devel mailing list