XSetInputFocus

Russell Shaw rjshaw at netspace.net.au
Fri Oct 21 22:57:50 PDT 2005


Hi,
On P421 of "Xlib Programming Manual R4/R5", it says:

"revert_to" can be set to "RevertToParent", then later on the
same page it says it can be set to:

   "the parent of the window that is to be the new focus window"

That last statement doesn't seem right. "revert_to" is not
declared as a Window:

XSetInputFocus(display, focus, revert_to, time)
       Display *display;
       Window focus;
       int revert_to;
       Time time;



More information about the xorg mailing list