Re: [PATCH weston 06/10] xserver: remove unused code for the activate listener

2012-05-18 Thread Kristian Høgsberg
On Fri, May 18, 2012 at 06:47:13PM +0300, Tiago Vignatti wrote: > activate will always come with a valid surface, so this path never runs. Yes, but not all surfaces correspond to X windows. If the surface getting activated is a native wayland client, window is NULL and we (the X wm) need to take

[PATCH weston 06/10] xserver: remove unused code for the activate listener

2012-05-18 Thread Tiago Vignatti
activate will always come with a valid surface, so this path never runs. Signed-off-by: Tiago Vignatti --- src/xserver-launcher.c |5 - 1 file changed, 5 deletions(-) diff --git a/src/xserver-launcher.c b/src/xserver-launcher.c index 838530d..f785508 100644 --- a/src/xserver-launcher.c