[winuser.h] Add #define WS_EX_COMPOSITED (FIXED!)

Peter Lemenkov petro at mail.ru
Wed Nov 30 03:24:46 CST 2005


Hello, All!

This is a new style for windows, firstly introduced in WinXP.

See the following page for details:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/windows/windowreference/windowfunctions/createwindowex.asp

-- 
With best regards, Peter Lemenkov.
-------------- next part --------------
Index: ./include/winuser.h
===================================================================
RCS file: /home/wine/wine/include/winuser.h,v
retrieving revision 1.229
diff -u -r1.229 winuser.h
--- ./include/winuser.h	2 Nov 2005 10:54:42 -0000	1.229
+++ ./include/winuser.h	30 Nov 2005 06:52:07 -0000
@@ -3028,6 +3028,9 @@
 /* New Win2000 styles */
 #define WS_EX_LAYERED          0x00080000L
 
+/* New WinXP styles */
+#define WS_EX_COMPOSITED       0x02000000L
+
 /* WINE internal... */
 #define WS_EX_TRAYWINDOW	0x80000000L
 


More information about the wine-patches mailing list