http://bugs.winehq.org/show_bug.cgi?id=1798
------- Additional Comments From bero@arklinux.org 2007-05-05 17:42 ------- Adding some debug messages to dlls/winex11.drv/window.c shows that the "0" case says a window is NOT managed, and the "32" case says a window is managed because if(style & WS_POPUP) and if(style & WS_SYSMENU) evaluate to TRUE.