]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/window.cpp
Updated to new PyCrust
[wxWidgets.git] / src / msw / window.cpp
index 742aa707aae12a192e8145b8773d3f60a88d6ebe..dc8a9563588b2c9bfc6f6f28a06343acb8bf6fd9 100644 (file)
@@ -2562,7 +2562,10 @@ long wxWindowMSW::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam
             break;
 #endif // __WIN32__
 
-#ifdef __WXUNIVERSAL__
+            // unfortunately this doesn't really work as then window which
+            // doesn't accept focus doesn't get any mouse events neither which
+            // means it can't get any input at all
+#if 0 //def __WXUNIVERSAL__
         case WM_NCHITTEST:
             // we shouldn't allow the windows which don't want to get focus to
             // get it