Re: [PATCH v2 weston] xdg-shell: handle clients launched in fullscreen

2014-09-05 Thread Bill Spitzak
I would think the same decision should be made for clients that are not fullscreen. Actually it does look like this is discussed on http://lists.freedesktop.org/archives/wayland-devel/2014-May/014568.html Nobody really has a good idea what the rules should be, but everbody does seem to think

Re: [PATCH v2 weston] xdg-shell: handle clients launched in fullscreen

2014-09-05 Thread Pekka Paalanen
On Tue, 2 Sep 2014 11:35:12 +0200 Marek Chalupa wrote: > When client is lauched in fullscreen, it is placed on the > first output, because it is not mapped and > shell_surface_set_output() therefore sets default output. > > Since we have no better way how to position newly created windows, > (h

[PATCH v2 weston] xdg-shell: handle clients launched in fullscreen

2014-09-02 Thread Marek Chalupa
When client is lauched in fullscreen, it is placed on the first output, because it is not mapped and shell_surface_set_output() therefore sets default output. Since we have no better way how to position newly created windows, (http://lists.freedesktop.org/archives/wayland-devel/2014-May/thread.htm