mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
Added Win2000 WS_EX_LAYERED window style.
This commit is contained in:
parent
ed9c2df70e
commit
c5f35b701f
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue