summaryrefslogtreecommitdiff
path: root/hw/dmx
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2006-09-23 10:28:24 -0600
committerBrian <brian@yutani.localnet.net>2006-09-23 10:28:24 -0600
commit891e9c3e6cbd0869a57395b96c8e18ff522c2bb4 (patch)
tree4841d2191af08b9f2ffe80c0a9201c6de9a93517 /hw/dmx
parenta10039a100dfe5f87e29e9cc4fa656176e0890f9 (diff)
Replace broken DMXDBG3() with DMXDBG2()
Diffstat (limited to 'hw/dmx')
-rw-r--r--hw/dmx/dmxcursor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/dmx/dmxcursor.c b/hw/dmx/dmxcursor.c
index a49fc9f43..e74a05215 100644
--- a/hw/dmx/dmxcursor.c
+++ b/hw/dmx/dmxcursor.c
@@ -664,8 +664,8 @@ static Bool _dmxUnrealizeCursor(ScreenPtr pScreen, CursorPtr pCursor)
{
DMXScreenInfo *dmxScreen = &dmxScreens[pScreen->myNum];
- DMXDBG3("_dmxUnrealizeCursor(%d,%p) %p\n",
- pScreen->myNum, pCursor, pCursorPriv);
+ DMXDBG2("_dmxUnrealizeCursor(%d,%p)\n",
+ pScreen->myNum, pCursor);
if (dmxScreen->beDisplay) {
if (dmxBEFreeCursor(pScreen, pCursor))