]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/app.cpp
restored defaults in switchs removed in the last commit
[wxWidgets.git] / src / x11 / app.cpp
index 306e7b4081b09d192ec2b512d04698c03cc4bd91..1c924a182280b08fd8c078c270ea27a6f0364f7b 100644 (file)
@@ -786,7 +786,7 @@ bool wxApp::Yield(bool onlyIfNeeded)
     int i;
     for (i = 0; i < 2; i++)
     {
-        bool s_inYield = FALSE;
+        static bool s_inYield = FALSE;
 
         if ( s_inYield )
         {