Re: [PATCH 1/6 weston] shell: use transient flags for activate or not new surfaces

2012-05-21 Thread Kristian Høgsberg
On Mon, May 21, 2012 at 04:47:45PM +0300, Tiago Vignatti wrote: > Inactive surfaces doesn't set keyboard focus, so it can be used for tooltips, > toolbars and some other type of windows. > > This requires protocol side changes. > > Signed-off-by: Tiago Vignatti > --- > src/shell.c |3 +++ >

[PATCH 1/6 weston] shell: use transient flags for activate or not new surfaces

2012-05-21 Thread Tiago Vignatti
Inactive surfaces doesn't set keyboard focus, so it can be used for tooltips, toolbars and some other type of windows. This requires protocol side changes. Signed-off-by: Tiago Vignatti --- src/shell.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/src/shell.c b/src/shell.c index 52c