Re: [PATCH weston 05/10] xserver: don't activate window always when mapping

2012-05-18 Thread Kristian Høgsberg
On Fri, May 18, 2012 at 06:47:12PM +0300, Tiago Vignatti wrote: > set_window_id is the one responsible for mapping the window and the shell will > decide whether a surface needs to be activated or not. But not always at > MapNotify. That was causing ugly behavior on non-toplevel windows. You're ri

[PATCH weston 05/10] xserver: don't activate window always when mapping

2012-05-18 Thread Tiago Vignatti
set_window_id is the one responsible for mapping the window and the shell will decide whether a surface needs to be activated or not. But not always at MapNotify. That was causing ugly behavior on non-toplevel windows. Signed-off-by: Tiago Vignatti --- src/xserver-launcher.c |4 1 file