Re: FVWM: window buttons and button-focus

2010-03-29 Thread Thomas Adam
On Mon, Mar 29, 2010 at 02:22:50PM -0400, Emilie Ann Phillips wrote: > On Mon, Mar 29, 2010 at 14:16, Thomas Adam wrote: > > On Mon, Mar 29, 2010 at 01:07:53PM -0500, Jonathan Kotta wrote: > >> You can cancel the action by pressing escape before releasing the mouse > >> button. > > > > Really? ?T

Re: FVWM: window buttons and button-focus

2010-03-29 Thread Emilie Ann Phillips
On Mon, Mar 29, 2010 at 14:16, Thomas Adam wrote: > On Mon, Mar 29, 2010 at 01:07:53PM -0500, Jonathan Kotta wrote: >> You can cancel the action by pressing escape before releasing the mouse >> button. > > Really?  There's no code anywhere to support this.  What is it you're doing > which makes y

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 wrote: > > On 29 March 2010 09:47, JUNG, Christian > > wrote: > >> I've tried to use a function like that: > >> > >> DestroyFunc CloseWindow > >> AddToFunc CloseWindow > >> ?? ??+ C Clo

Re: FVWM: window buttons and button-focus

2010-03-29 Thread Jonathan Kotta
On Mon, Mar 29, 2010 at 4:04 AM, Thomas Adam wrote: > On 29 March 2010 09:47, JUNG, Christian 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 wa

Re: FVWM: window buttons and button-focus

2010-03-29 Thread Thomas Adam
On 29 March 2010 09:47, JUNG, Christian 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 is maybe a bug, but

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 bac