On Fri, Mar 14, 2003 at 10:08:04AM -0800, Nadim Shaikli wrote:
> One thing to note though which recently changed. I have the following
> in my .fvwm2rc (why is there still a 2 in that filename still ?),
>
> Mouse 0 2 A Resize
>
> but what happens now, the resize only happens once I release the press
> (unclick, whatever you want to call it); previously, as soon as I click
> on that button on the title bar, the resize would take affect and I see
> my rubberbands until such time as I release the press for it to take
> affect.
Yes, I know this. There is a choice to be made:
1) Fix binding funtions without a context and break configs like
the one above. You can still have the old behaviour with
AddToFunc my_resize
+ I resize
mouse 0 2 a my_resize
2) Keep the old functionality unchanged and leave the following
kind of binding broken:
mouse 1 r n resize
Number too is clearly the better choice when talking about a clean
design (all commands work the same), but it breaks some old
configurations.
Bye
Dominik ^_^ ^_^
--
Dominik Vogt, dominik.vogt_at_gmx.de
Reply-To: dominik.vogt_at_gmx.de
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Fri Mar 14 2003 - 18:26:33 GMT