Re: [Sawfish] Re: odd window resize behaviour with firefox/thunderbird 17.0 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/sawfish Archives
]
- To: sawfish@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [Sawfish] Re: odd window resize behaviour with firefox/thunderbird 17.0
- From: teika@xxxxxxxxxxx
- Date: Tue, 27 Nov 2012 08:16:18 -0500 (EST)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=OADKeTieB+YAKb5rm6PlzmYWrB+U6Cbe69fPpo3zCmbhNZ47rPpU9RCG8Bjou0dY2nQsDdAMWIQ9mP0qEh+A7+zUurlLObYlfm2FcM6VfuBO0mZ2znQV9N2nhK9VAA5xL5+Oj7WDu88Q8I4Utzia0gdWggqr09teqha1UQoY7po=; h=Message-ID:In-Reply-To:References:Date:Subject:From:To:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding;
Thanks, but I doubt your reasoning be exact. On 64-bit system, librep uses
62-bit int. The result of
(format nil "%x" (lsh 1 60))
is correct, being "1000000000000000" on my PC (lsh is a "left-shift"), but
it suffered from the same symptom.
Since it's already fixed, you don't have to go deeper, (I don't think I
will help more; I'm a retired dev. ;-) but if you're curious; you can
report the result of
(window-size-hints (get-window-by-name "Mozilla" #:regex t))
with the unpatched Sawfish. It contains a line like: (max-width . 2000) I
guess it returns the same value as xprop/xwininfo, and the true obstacle
is hidden elsewhere.
--
Sawfish ML