Re: [PATCH 2/2] fullscreen-shell: Ensure that fs surface is presented on all outputs

2016-08-12 Thread Pekka Paalanen
On Thu, 11 Aug 2016 15:49:59 +0200 Armin Krezović wrote: > When no outputs are present, and no output resource is given, > a fullscreen surface won't get configured. This code ensures > that surface is properly presented on all outputs that get > connected after a surface has been created, but on

[PATCH 2/2] fullscreen-shell: Ensure that fs surface is presented on all outputs

2016-08-11 Thread Armin Krezović
When no outputs are present, and no output resource is given, a fullscreen surface won't get configured. This code ensures that surface is properly presented on all outputs that get connected after a surface has been created, but only if no output resource was previously given. Signed-off-by: Armi