From b45d78c927715b8814404fc2a34ae0aa1d003c29 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sun, 5 Jul 2009 14:47:49 +0200 Subject: With the recent changes this should not be necessary anymore. Revert "Don't wait when disabling the cmdq. it causes a wsod for some users." This reverts commit 25c4b0e80e93e04e6f7d4b8bca6d007fb9de6da8. --- src/glamo-cmdq.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/glamo-cmdq.c') diff --git a/src/glamo-cmdq.c b/src/glamo-cmdq.c index e80e617..38950d7 100644 --- a/src/glamo-cmdq.c +++ b/src/glamo-cmdq.c @@ -204,8 +204,7 @@ void GLAMOCMDQDisable(ScrnInfoPtr pScrn) { GlamoPtr pGlamo = GlamoPTR(pScrn); -/* Causes WSOD for some users. - GLAMOEngineWait(pGlamo, GLAMO_ENGINE_ALL); */ + GLAMOEngineWait(pGlamo, GLAMO_ENGINE_ALL); GLAMOEngineDisable(pGlamo, GLAMO_ENGINE_CMDQ); } -- cgit v1.2.3