Re: [PATCH weston 1/2] shell: Set input region of the black fullscreen surface

2013-01-15 Thread Kristian Høgsberg
On Tue, Jan 15, 2013 at 09:25:55PM +0100, Jonas Ådahl wrote: > The input region of the black surface placed under the fullscreen shell > surface did not have a specified input region. Because the initial input > region of a surface is infinity, no other surface on any other output > could get any f

[PATCH weston 1/2] shell: Set input region of the black fullscreen surface

2013-01-15 Thread Jonas Ådahl
The input region of the black surface placed under the fullscreen shell surface did not have a specified input region. Because the initial input region of a surface is infinity, no other surface on any other output could get any focus. Signed-off-by: Jonas Ådahl --- src/shell.c |2 ++ 1 file