summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-06-08 09:43:44 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2006-06-08 09:43:44 -0700
commit494895e0fbbf0a71bc535c0a2358c9db54c95c5a (patch)
tree8ea686e68888a8264ca613bafb7428a574b5ad4b /include
parentd90eecf40ea768b2bf6340f15bb0af9dab2f3cf3 (diff)
Properly define dispatchExceptionAtReset to fix compiler warnings
Diffstat (limited to 'include')
-rw-r--r--include/dix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dix.h b/include/dix.h
index 7a4f49d4a..01777213d 100644
--- a/include/dix.h
+++ b/include/dix.h
@@ -294,6 +294,7 @@ extern ClientPtr requestingClient;
extern ClientPtr *clients;
extern ClientPtr serverClient;
extern int currentMaxClients;
+extern char dispatchExceptionAtReset;
typedef int HWEventQueueType;
typedef HWEventQueueType* HWEventQueuePtr;