On Sun, Aug 01, 2004 at 12:21:43PM +0300, ik wrote:
> Hi,
>
> Two thigs:
> 1. Original Events have also the "Handle" of the window who cuse the event.
> 2. you have two events of Focus in X itself:
> typedef XFocusChangeEvent XFocusInEvent;
> typedef XFocusChangeEvent XFocusOutEvent;
>
> for the code that works for me more or less... :)
>
> case FocusOut:
> case FocusIn :
> if (Events_Status.xfocus.window == CurrentWindow) {
So this basically works for a single window, right?
BTW: do you have any relevant "hacks" not written in fps?
--
Tzafrir Cohen +---------------------------+
http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best friend|
mailto:[EMAIL PROTECTED] +---------------------------+
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]