mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
Added Win2000 WS_EX_LAYERED window style.
This commit is contained in:
parent
ed9c2df70e
commit
c5f35b701f
@ -2492,6 +2492,9 @@ DECL_WINELIB_TYPE_AW(LPICONMETRICS)
|
||||
#define WS_EX_OVERLAPPEDWINDOW (WS_EX_WINDOWEDGE|WS_EX_CLIENTEDGE)
|
||||
#define WS_EX_PALETTEWINDOW (WS_EX_WINDOWEDGE|WS_EX_TOOLWINDOW|WS_EX_TOPMOST)
|
||||
|
||||
/* New Win2000 styles */
|
||||
#define WS_EX_LAYERED 0x00080000L
|
||||
|
||||
/* WINE internal... */
|
||||
#define WS_EX_TRAYWINDOW 0x80000000L
|
||||
#define WS_EX_MANAGED 0x40000000L /* Window managed by the window system */
|
||||
|
Loading…
Reference in New Issue
Block a user