and right near it is a duplicate appearing typo also in gtkproc.pp

  XEvent._type := ClientMessage;
  XEvent.window := XWindow;
  XEvent.message_type := _NET_ACTIVE_WINDOW;
  XEvent.format := 32;
  XEvent.data.l[0] := 1; //Message is from program
  XEvent.data.l[1] := CurrentTime;
  XEvent.data.l[1] := 0; // Applications current active window
                        ^ should be 2 like the 1673 bug? 
what might this cause?  or is it harmless or even planned?

---dale

On Monday 30 January 2006 17:21, Andrew Haines wrote:
> Hi this fixes bug 1673, it was just a typo.
> 
> Andrew
> 

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to