]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/app.cpp
Fixes for smoother cross compilation;
[wxWidgets.git] / src / motif / app.cpp
index 6cf5ad773d68b7a2419f9546d7619c6b6112736a..72ab9cb7b27d040ce1901ad2839b4e37461e0e33 100644 (file)
@@ -352,7 +352,11 @@ void wxApp::ProcessXEvent(WXEvent* _event)
             // accelerator.
             return;
        }
-#if 0 // this isn't necessary anymore ??? -michael
+#if 1
+        // It seemed before that this hack was redundant and 
+        // key down events were being generated by wxCanvasInputEvent.
+        // But no longer - why ???
+        //
        else if (CheckForKeyDown(_event))
        {
             // We intercepted and processed the key down event