|
From: | Adam Fedor |
Subject: | Re: iconWindow frame |
Date: | Sat, 08 Mar 2003 19:31:35 -0700 |
User-agent: | Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020905 |
Matt Rice wrote:
I noticed that [[NSApp iconWindow] frame] seems to work correctly running with UseWindowMakerIcons NO, but when running with UseWindowMakerIcons YES, the frame tends to consistantly return 0,0,64,64 and the window delegate never gets a windowDidMove notification and running xprop -spy on it seems awfully quietanyone have any ideas on obtaining such information?
You're right. WindowMaker controls the icon when 'YES', so it only forwards a few X events. I'd have to look to see if you can do anything - perhaps by getting the X window handle and using XGetWindowProperties, but perhaps I'm totally wrong.
[Prev in Thread] | Current Thread | [Next in Thread] |