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
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
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.
>
> --
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
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
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