On demand definition of WS_EX_COMPOSITED

This commit is contained in:
Hans Breuer
2009-08-09 18:46:49 +02:00
parent b29f114a44
commit c93c0546bf

View File

@@ -621,6 +621,9 @@ _gdk_win32_window_exstyle_to_string (LONG style)
BIT (ACCEPTFILES);
BIT (APPWINDOW);
BIT (CLIENTEDGE);
#ifndef WS_EX_COMPOSITED
# define WS_EX_COMPOSITED 0x02000000L
#endif
BIT (COMPOSITED);
BIT (CONTEXTHELP);
BIT (CONTROLPARENT);