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

2012-01-27 Thread Kristian Høgsberg
On Fri, Jan 27, 2012 at 5:39 AM, Scott Moreau wrote: When do you see the damage? Are you not using a compositing window manager? We probably need to do x11_compositor_find_output and then weston_output_damage in the XCB_EXPOSE: case instead. Kristian >  src/compositor-x11.c |    2 ++ >  1 fi

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

2012-01-27 Thread Scott Moreau
--- 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,