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 quiet
anyone 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.




_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to