user32: show menus with WS_EX_TOPMOST exStyle
commitf120b9ac8e5f5df6cbc4589a659713e9e588264b
authorPeter Oberndorfer <kumbayo84@arcor.de>
Fri, 4 Jan 2008 10:46:06 +0000 (4 11:46 +0100)
committerPeter Oberndorfer <kumbayo84@arcor.de>
Fri, 4 Jan 2008 10:46:06 +0000 (4 11:46 +0100)
treeb4b1dfaa6dd9eaa1e4edb9828f475fffd0ef1f32
parent8906e2de4c491f1c66d3b8b65227c1a0c43c77aa
user32: show menus with WS_EX_TOPMOST exStyle

this is not exactly what windows uses
(WS_EX_PALETTEWINDOW|WS_EX_DLGMODALFRAME)/(WS_POPUPWINDOW|WS_OVERLAPPEDWINDOW)
but enough to put windows above other WS_EX_TOPMOST windows
determinded by looking at CREATESTRUCT during WM_(NC)CREATE

and like the comment above the call says windows uses a null hwndOwner
dlls/user32/menu.c