On Sun, 2006-08-13 at 13:39 -0700, Scott Ritchie wrote:
The reason the two are logically equivalent is that the first condition being false is implied when you're looking on the other side of the or statement, meaning that X11DRV_get_systray_window( display ) MUST not be None if we're even checking ex_style & WS_EX_TRAYWINDOW.
You're right--why didn't I think of that? (groan...) I really should stop coding past midnight ;-) Thanks a lot Scott!
Sending another update shortly.