Dale Welch wrote:

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

Thanks for pointing that out. Yes this is also a bug, it seems to be harmless.

The constant CurrentTime equals 0 anyway so it was not getting the wrong value.

I've fixed this also and remade the patch for bug 1673. It has been applied in svn revision 8679.

Andrew

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

Reply via email to