X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b889a3a24bda7d1e9d361d866ada776400b2fb81..2fe212b0336512aac9eace69fab09ce856b0bf4b:/src/msw/window.cpp?ds=sidebyside

diff --git a/src/msw/window.cpp b/src/msw/window.cpp
index 742aa707aa..dc8a956358 100644
--- a/src/msw/window.cpp
+++ b/src/msw/window.cpp
@@ -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