Re: Patch to FvwmEvent to use hex

2001-05-10 Thread Tim Phipps
[EMAIL PROTECTED] wrote: > > On 08 May 2001 14:34:54 +0100, Tim Phipps wrote: > > > > Attached is a patch to make FvwmEvent pass the window-id in hex. > > Maybe just pass a heximal id in PassId instead of additional PassHexId? > I think it is safe. Fine by me, I didn't want to upset anyone. Atta

Re: Patch to FvwmEvent to use hex

2001-05-09 Thread Mikhael Goikhman
On 08 May 2001 14:34:54 +0100, Tim Phipps wrote: > > Attached is a patch to make FvwmEvent pass the window-id in hex. Maybe just pass a heximal id in PassId instead of additional PassHexId? I think it is safe. Regards, Mikhael. -- Visit the official FVWM web page at http://www.fvwm.org/>. To uns

Patch to FvwmEvent to use hex

2001-05-08 Thread Tim Phipps
Attached is a patch to make FvwmEvent pass the window-id in hex. The reason is that Fvwm uses hex when it expands $w so this makes matching $w with FvwmEvent strings simpler (I used to have to use PipeRead "bash -c '(( $w = $0 )) && echo got_it'"). Low priority so after 2.4 probably. Cheers, Tim.