Re: Autoraise
Re: Autoraise
- Subject: Re: Autoraise
- From: John Harper <email@hidden>
- Date: Sun, 16 Nov 2003 10:27:15 -0800
On Nov 14, 2003, at 8:09 PM, Kurt Bigler wrote:
BTW is there a listing of the defaults that can be set?
Run "man quartz-wm" and "man Xquartz" to get a list of all the
defaults-based options
The only option there has ever been is whether a click that brings an
application or a window forward (2 separate criteria, application vs
window)
also causes action within the window, also known sometimes as "click
thru".
But this is only controllable at the application programming level,
not as a
user option.
quartz-wm implements this as a user option (since there is no API for
X11 applications to cleanly control this themselves):
defaults write com.apple.x11 wm_click_through -bool true
Disables the default behavior of swallowing
window-activating
mouse events.
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.