]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
experiemnt: call the event loop from loading plaque update. Does this fix the problem...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 4 Apr 2009 15:56:10 +0000 (15:56 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 4 Apr 2009 15:56:10 +0000 (15:56 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8858 d7cf8633-e32d-0410-b094-e92efae38249

cl_screen.c

index 3da12a252d65d560406f3e7f7720d8046d2daaeb..adcd242dbb52c38ed89af5b2f6eed228ef473519 100644 (file)
@@ -1787,6 +1787,9 @@ void SCR_UpdateLoadingScreen (qboolean clear)
        //VID_Finish();
        // however this IS necessary on Windows Vista
        qglFinish();
+
+       // this goes into the event loop, and should prevent unresponsive cursor on vista
+       Sys_SendKeyEvents();
 }
 
 extern cvar_t cl_minfps;