On Nov 27, 2008, at 10:46, Jeremy Huddleston wrote:
On Nov 27, 2008, at 06:38, Merle Reinhart wrote:
A curiosity that I noticed is the executables oclock and xeyes seem to displace the graphics in the window (or it more looks like the window background starts underneath the top window bar rather than at the bottom edge of it with the graphics on the background being drawn properly), but I vaguely remember you mentioning issues with that earlier in the betas.
No, I've never seen this issue before... you may be confusing this with my discussion about the OSX menu bar area being mapped to the X11 display (which it isn't any more).
I wonder if there is still a quirky bug in the ConfigureNotify... hmm... I'm definitely going to look into this before pushing out 2.3.2. If you could put this in a bug report, that would be a big help.
Here's the fix: http://people.freedesktop.org/~jeremyhu/quartz-wm-20081127.bz2 copy/paste: curl -LO http://people.freedesktop.org/~jeremyhu/quartz-wm-20081127.bz2 bunzip2 quartz-wm-20081127.bz2 sudo cp quartz-wm-20081127 /usr/bin/quartz-wm --Jeremy