summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorHarold L Hunt II <huntharo@msu.edu>2004-03-03 03:47:25 +0000
committerHarold L Hunt II <huntharo@msu.edu>2004-03-03 03:47:25 +0000
commit8b6d14fb521fd2c167af66292cbb286c27d5fb1a (patch)
tree5ff3c453a5461da33dd46ea0ed9e41fb47d7cd7f /dix
parent0c4329a8c4a0458669ee473042198e478c28384f (diff)
Rename BeforeReset to ddxBeforeReset. I swear this is the final name.
Diffstat (limited to 'dix')
-rw-r--r--dix/dispatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dix/dispatch.c b/dix/dispatch.c
index daabf72ea..1d496ba04 100644
--- a/dix/dispatch.c
+++ b/dix/dispatch.c
@@ -467,7 +467,7 @@ Dispatch(void)
dispatchException &= ~DE_PRIORITYCHANGE;
}
#if defined(DDXBEFORERESET)
- BeforeReset ();
+ ddxBeforeReset ();
#endif
KillAllClients();
DEALLOCATE_LOCAL(clientReady);