]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
wxStaticBitmap should have transparent background (fixes grey backgrounds
[wxWidgets.git] / include / wx / msw / missing.h
index ec92260c1ddbb309753a832c504b44e9303b8f7c..ccf135f3cef7d0cc9920aff0f42573b5ae200697 100644 (file)
@@ -570,6 +570,10 @@ typedef struct {
     #define QS_ALLPOSTMESSAGE    0x0100
 #endif
 
+#ifndef WS_EX_TRANSPARENT
+    #define WS_EX_TRANSPARENT 0x00000020L
+#endif
+
 #ifndef WS_EX_CLIENTEDGE
     #define WS_EX_CLIENTEDGE 0x00000200L
 #endif
@@ -652,6 +656,10 @@ typedef struct {
     #define WM_UPDATEUISTATE    0x0128
 #endif
 
+#ifndef WM_PRINTCLIENT
+    #define WM_PRINTCLIENT 0x318
+#endif
+
 #ifndef UIS_INITIALIZE
     #define UIS_INITIALIZE  3
 #endif