Re: [PATCH weston] desktop-shell: Don't resize into the panel

2014-06-25 Thread Boyan Ding
-devel/2014-June/015528.html. > > Regards, > > Vivek Ellur > > > > --- Original Message --- > > Sender : Boyan Ding > > Date : Jun 26, 2014 09:21 (GMT+05:30) > > Title : [PATCH weston] desktop-shell: Don't resize into the panel > &

Re: [PATCH weston] desktop-shell: Don't resize into the panel

2014-06-25 Thread Vivek Ellur
Ding Date : Jun 26, 2014 09:21 (GMT+05:30) Title : [PATCH weston] desktop-shell: Don't resize into the panel  Previously we can resize windows into panel in weston. This patch putsa constraint in position when resizing just like what was done inmoving to avoid resizing window into the panel.

[PATCH weston] desktop-shell: Don't resize into the panel

2014-06-25 Thread Boyan Ding
Previously we can resize windows into panel in weston. This patch puts a constraint in position when resizing just like what was done in moving to avoid resizing window into the panel. https://bugs.freedesktop.org/show_bug.cgi?id=80228 Signed-off-by: Boyan Ding --- desktop-shell/shell.c | 35 +++