stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] [PATCH] Redisplay functionality like in ratpoison


From: Shawn
Subject: Re: [STUMP] [PATCH] Redisplay functionality like in ratpoison
Date: Thu, 28 Aug 2008 13:20:47 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

38a938c2 <address@hidden> writes:

> Shawn wrote:
>> Why so much resizing? In ratpoison it resizes the window down by 1
>> pixel and then back (I'm pretty sure). If you resize a window down to
>> 1x1 it's possible the client will iconify the window because it's too
>> small. I'd be happy to include a patch that does what rp does, or
>> similar.
> OK, so (current_w-1, current_h-1) and then (frame_w, frame_h) ? Will do.

How about (current_w-1, current_h-1) then (current_w, current_h)?

-Shawn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]