Re: FVWM: window buttons and button-focus

2010-03-30 Thread Thomas Adam
: window buttons and button-focus The pointer is grabbed at the time the function is invoked, and as such the action would apply regardless.  FVWM has no way of knowing where the mouse is to correctly invoke the function as you're wanting it. Thanks for the reply Thomas. I'm curious

FVWM: window buttons and button-focus

2010-03-29 Thread JUNG, Christian
Hi, I've tried to get following behaviour of the window-buttons but I can't find a satisfying solution. If a mouse button is pressed and held on one of the window buttons and the mouse pointer moved from the button, the according action should not be invoked. But if the mouse pointer moves

Re: FVWM: window buttons and button-focus

2010-03-29 Thread Thomas Adam
On 29 March 2010 09:47, JUNG, Christian christian.j...@saarstahl.com wrote: I've tried to use a function like that: DestroyFunc CloseWindow AddToFunc CloseWindow    + C Close Mouse 1 2 A Function CloseWindow But this does not work exactly the way I would like to. I do not know if this

Re: FVWM: window buttons and button-focus

2010-03-29 Thread Jonathan Kotta
On Mon, Mar 29, 2010 at 4:04 AM, Thomas Adam tho...@xteddy.org wrote: On 29 March 2010 09:47, JUNG, Christian christian.j...@saarstahl.com wrote: I've tried to use a function like that: DestroyFunc CloseWindow AddToFunc CloseWindow    + C Close Mouse 1 2 A Function CloseWindow But this

Re: FVWM: window buttons and button-focus

2010-03-29 Thread Thomas Adam
On Mon, Mar 29, 2010 at 01:07:53PM -0500, Jonathan Kotta wrote: On Mon, Mar 29, 2010 at 4:04 AM, Thomas Adam tho...@xteddy.org wrote: On 29 March 2010 09:47, JUNG, Christian christian.j...@saarstahl.com wrote: I've tried to use a function like that: DestroyFunc CloseWindow AddToFunc