summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@freedesktop.org>2010-01-18 18:52:58 +0100
committerEgbert Eich <eich@freedesktop.org>2010-01-18 18:53:28 +0100
commit4c28d82eea4a5231b3225302a692e10f81c7cd18 (patch)
tree5740d350b2d58dde3d2da3de50bc8c222af60c3e
parent5b994e0dd840deb574dde53abcd724007382cd20 (diff)
- Add debugging to RHDCloseScreen.
-rw-r--r--src/rhd_driver.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rhd_driver.c b/src/rhd_driver.c
index aea373f..170120a 100644
--- a/src/rhd_driver.c
+++ b/src/rhd_driver.c
@@ -1394,7 +1394,8 @@ RHDCloseScreen(int scrnIndex, ScreenPtr pScreen)
ScrnInfoPtr pScrn = xf86Screens[scrnIndex];
RHDPtr rhdPtr = RHDPTR(pScrn);
Bool Idle = TRUE; /* yes, this is correct! */
-
+
+ RHDFUNC(rhdPtr);
/* Make sure our CS and 2D status is clean before destroying it */
if (pScrn->vtSema)
rhdEngineIdle(pScrn);