]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tooltip.cpp
forward WM_HELP from the buddy control to the main one in order to make context sensi...
[wxWidgets.git] / src / msw / tooltip.cpp
index 2fec32201250067472ed02ac641a4687b7c11fcb..909352209d6e350e7abb96eb6e8a06c4b1363011 100644 (file)
     #define TTTOOLINFO_V1_SIZE 0x28
 #endif
 
+#ifndef TTF_TRANSPARENT
+    #define TTF_TRANSPARENT 0x0100
+#endif
+
 // VZ: normally, the trick with subclassing the tooltip control and processing
 //     TTM_WINDOWFROMPOINT should work but, somehow, it doesn't. I leave the
 //     code here for now (but it's not compiled) in case we need it later.