Re: [PATCH weston] shell: fix maximizing windows on a secondary output

2015-10-09 Thread Derek Foreman
On 09/10/15 11:17 AM, Marek Chalupa wrote: > commit f814c5dc9 changed get_output_work_area behaviour > which broke the code for positioning maximized window. > The x position was set to 2*output->x instead of to output->x > > fix https://bugs.freedesktop.org/show_bug.cgi?id=92357 > > Signed-off-b

[PATCH weston] shell: fix maximizing windows on a secondary output

2015-10-09 Thread Marek Chalupa
commit f814c5dc9 changed get_output_work_area behaviour which broke the code for positioning maximized window. The x position was set to 2*output->x instead of to output->x fix https://bugs.freedesktop.org/show_bug.cgi?id=92357 Signed-off-by: Marek Chalupa --- desktop-shell/shell.c | 6 ++