Re: x11-users digest, Vol 1 #346 - 15 msgs
Re: x11-users digest, Vol 1 #346 - 15 msgs
- Subject: Re: x11-users digest, Vol 1 #346 - 15 msgs
- From: John Harper <email@hidden>
- Date: Wed, 2 Jul 2003 00:45:36 -0700
On Tuesday, July 1, 2003, at 22:19, Daniel M. German wrote:
rdr> Is there a way for a X Window manager other than quartz-wm to
force one of
rdr> its windows to foreground when selected when there is an OS X
native window
rdr> (e.g. iCal)
the way to do this is to call XRaiseWindow on the window, bringing it
to the top of X11's window stack. As long as the window is at the top
of the stack the X server will raise it to the top of the native window
order (otherwise it will order the window immediately below the X11
window above it). If the window isn't at the top of the stack it's
necessary for the wm to restack all windows down to the one needing to
be raised
John
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.