Re: [PATCH v3] activate toplevel fullscreen and menu surfaces

2011-12-15 Thread Kristian Høgsberg
On Fri, Dec 9, 2011 at 5:58 AM, wrote: > From: Juan Zhao > > Activate the toplevel, fullscrren and menu surfaces during mapping, > so that the launched applications can get the keyboard focus without > clicking on that window. Yup, thanks. I rewrote it a bit to better match the switch(surface_

[PATCH v3] activate toplevel fullscreen and menu surfaces

2011-12-09 Thread juan . j . zhao
From: Juan Zhao Activate the toplevel, fullscrren and menu surfaces during mapping, so that the launched applications can get the keyboard focus without clicking on that window. --- compositor/shell.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/compositor/shell.