winuser.h

Ove Kaaven ovek at arcticnet.no
Thu Mar 15 18:41:38 CST 2001


Well, if I can't use the HTTRANSPARENT trick in my code, I think I'll have
to resort to abusing some win2000 features to achieve what I want in any
reasonably clean way. But for that I need a win2000 style bit in
winuser.h...

Log:
Added Win2000 WS_EX_LAYERED window style.

Index: include/winuser.h
===================================================================
RCS file: /cvsroot/winex/wine/include/winuser.h,v
retrieving revision 1.1.1.12
diff -u -r1.1.1.12 winuser.h
--- include/winuser.h	2001/03/05 22:54:56	1.1.1.12
+++ include/winuser.h	2001/03/16 00:36:14
@@ -2492,6 +2492,9 @@
 #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 */





More information about the wine-patches mailing list