Added Win2000 WS_EX_LAYERED window style.

oldstable
Ove Kaaven 2001-03-16 16:40:43 +00:00 committed by Alexandre Julliard
parent ed9c2df70e
commit c5f35b701f
1 changed files with 3 additions and 0 deletions

View File

@ -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 */