Re: [PATCH weston v2 06/12] keyboard: Only set toplevel when there is a valid output

2016-06-27 Thread Pekka Paalanen
On Fri, 24 Jun 2016 11:39:30 +0200 Quentin Glidic wrote: > On 23/06/2016 11:59, Armin Krezović wrote: > > Currently, the keyboard client is created and the input > > panel surface is set as toplevel on the first output it > > finds. This does not work in a scenario when there are > > no outputs,

Re: [PATCH weston v2 06/12] keyboard: Only set toplevel when there is a valid output

2016-06-24 Thread Quentin Glidic
On 23/06/2016 11:59, Armin Krezović wrote: Currently, the keyboard client is created and the input panel surface is set as toplevel on the first output it finds. This does not work in a scenario when there are no outputs, resulting in weston-keyboard to crash at startup due to operating on an inv

[PATCH weston v2 06/12] keyboard: Only set toplevel when there is a valid output

2016-06-23 Thread Armin Krezović
Currently, the keyboard client is created and the input panel surface is set as toplevel on the first output it finds. This does not work in a scenario when there are no outputs, resulting in weston-keyboard to crash at startup due to operating on an invalid output pointer. This makes input panel