Re: Re: odd window resize behaviour with firefox/thunderbird 17.0

Christopher Roy Bratusek <[email protected]>
Newsgroups gmane.comp.window-managers.sawfish
Message-ID <6971964.hKttqoZrQ0@ambassador>
On Monday 26 November 2012 18:55:40 Christopher Roy Bratusek wrote:
> On Monday 26 November 2012 08:04:02 [email protected] wrote:
> > > Michael Panteleit <[email protected]> writes:
> > > [...]
> > > +    if (hints->max_width >= 2000)
> > > +        hints->max_width = 2000;
> > > +    if (hints->max_height >= 2000)
> > > +        hints->max_height = 2000;
> > > +
> > 
> > Thanks a lot. Chris, X's integers are signed 16-bit (If someone doubts it
> > be 32-bit, you're sane, but they indeed are.) So could you try 32767
> > rather than 2000 before releasing? (You know, with Xinerama Janek's screen
> > width is 6000 pixels or so.)
> > 
> > Best regards.
> > 
> > # Yes, Sawfish's users are great.

32767 does work (as expected), commited.

Chris

-- 
Sawfish ML
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.