On Tue, 11 Dec 2001 13:52:11 -0800
Chris Gilbreth <[EMAIL PROTECTED]> wrote:
> When I am resizing a windows with alt+rightmousebutton, if I click the
> left mouse button as I am doing it and drag some more I encounter some
> wierd behaviour. Try it and see; it should be very obvious. The border
> drawn for resizing doesn't dissappear, the window decides it wants to
> be a different size, etc. Clicking the titlebar afterward seems to put
> things back to normal for the window itself, but elsewhere on the
> screen there still may be artifacts.
It's easy fix with this:
--- blackbox-0.61.1/src/Window.cc Tue Dec 11 23:37:21 2001
+++ blackbox-0.61.1-diff/src/Window.cc Tue Dec 11 23:38:18 2001
@@ -2572 +2572 @@
- frame.handle == me->window || frame.window == me->window)) {
+ frame.handle == me->window || frame.window == me->window) && !resizing) {