summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-06-21 13:44:14 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-06-21 13:44:14 +0000
commited7f92e791f052d64cffef4b44eae5160fb24689 (patch)
tree2cd30e8701517534f52740236f0528ca4ed64025 /dix
parent68d92cca1a696521599db6a826d2187ec0c15f01 (diff)
Bug 778: add ddxBeforeReset
Diffstat (limited to 'dix')
-rw-r--r--dix/dispatch.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/dix/dispatch.c b/dix/dispatch.c
index d07b631e7..811e39274 100644
--- a/dix/dispatch.c
+++ b/dix/dispatch.c
@@ -1,4 +1,4 @@
-/* $XdotOrg: xc/programs/Xserver/dix/dispatch.c,v 1.1.4.4.2.3.6.2 2004/04/20 03:27:08 gisburn Exp $ */
+/* $XdotOrg$ */
/* $Xorg: dispatch.c,v 1.5 2001/02/09 02:04:40 xorgcvs Exp $ */
/************************************************************
@@ -474,6 +474,9 @@ Dispatch(void)
}
dispatchException &= ~DE_PRIORITYCHANGE;
}
+#if defined(DDXBEFORERESET)
+ ddxBeforeReset ();
+#endif
KillAllClients();
DEALLOCATE_LOCAL(clientReady);
dispatchException &= ~DE_RESET;