Re: [PATCH weston v4] toytoolkit: Don't draw shadows for maximized windows.

2012-10-10 Thread Kristian Høgsberg
On Fri, Sep 28, 2012 at 02:45:06AM -0600, Scott Moreau wrote: > Add THEME_FRAME_MAXIMIZED flag so the theming system can know not to draw > shadows for maximized windows. This allows maximized surfaces' content to be > sized and placed in a more expectable fashion. > > --- > > >On Tue, Aug 07, 20

Re: [PATCH weston v4] toytoolkit: Don't draw shadows for maximized windows.

2012-09-29 Thread Scott Moreau
On Sat, Sep 29, 2012 at 3:27 AM, David Herrmann wrote: > Hi Scott > > Only one nitpick below > > On Fri, Sep 28, 2012 at 10:45 AM, Scott Moreau wrote: > > Add THEME_FRAME_MAXIMIZED flag so the theming system can know not to draw > > shadows for maximized windows. This allows maximized surfaces' c

Re: [PATCH weston v4] toytoolkit: Don't draw shadows for maximized windows.

2012-09-29 Thread David Herrmann
Hi Scott Only one nitpick below On Fri, Sep 28, 2012 at 10:45 AM, Scott Moreau wrote: > Add THEME_FRAME_MAXIMIZED flag so the theming system can know not to draw > shadows for maximized windows. This allows maximized surfaces' content to be > sized and placed in a more expectable fashion. > > --

Re: [PATCH weston v4] toytoolkit: Don't draw shadows for maximized windows.

2012-09-28 Thread Scott Moreau
On Fri, Sep 28, 2012 at 2:30 PM, Bill Spitzak wrote: > Also need to handle maximized-vertically and maximized-horizontally. > > I know it isn't liked but I want to push my recommendation again: > > The shell knows how thick the "edges" are of a window. This is the shadows > and *also* the part th

Re: [PATCH weston v4] toytoolkit: Don't draw shadows for maximized windows.

2012-09-28 Thread Bill Spitzak
Also need to handle maximized-vertically and maximized-horizontally. I know it isn't liked but I want to push my recommendation again: The shell knows how thick the "edges" are of a window. This is the shadows and *also* the part that you are removing for your "maximized decorations" (please l

[PATCH weston v4] toytoolkit: Don't draw shadows for maximized windows.

2012-09-28 Thread Scott Moreau
Add THEME_FRAME_MAXIMIZED flag so the theming system can know not to draw shadows for maximized windows. This allows maximized surfaces' content to be sized and placed in a more expectable fashion. --- >On Tue, Aug 07, 2012 at 06:16:14AM -0600, Scott Moreau wrote: >> This effectively fixes a bug