From 0eb668b1eecdf35a95558bcbf291a930bc586ebf Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Wed, 18 Jul 2001 06:20:24 +0000 Subject: [PATCH] update alt-tab stuff --- panda/src/dxgsg/dxGraphicsStateGuardian.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/panda/src/dxgsg/dxGraphicsStateGuardian.cxx b/panda/src/dxgsg/dxGraphicsStateGuardian.cxx index 0ccd49c1cf..14fb261a5a 100644 --- a/panda/src/dxgsg/dxGraphicsStateGuardian.cxx +++ b/panda/src/dxgsg/dxGraphicsStateGuardian.cxx @@ -5648,11 +5648,8 @@ void DXGraphicsStateGuardian::show_full_screen_frame(void) { #endif _dx_ready = FALSE; + _win->update(); // sleep in here, and check for window events - Sleep( 500 ); // Dont consume CPU. - throw_event("PandaPaused"); // throw panda event to invoke network-only processing - - _win->process_events(); hr = _pDD->TestCooperativeLevel(); }