summaryrefslogtreecommitdiff
path: root/include/opaque.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/opaque.h')
-rw-r--r--include/opaque.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opaque.h b/include/opaque.h
index 8d7408f8a..277ca61ac 100644
--- a/include/opaque.h
+++ b/include/opaque.h
@@ -42,8 +42,8 @@ from The Open Group.
extern char *defaultTextFont;
extern char *defaultCursorFont;
extern int MaxClients;
-extern char isItTimeToYield;
-extern char dispatchException;
+extern volatile char isItTimeToYield;
+extern volatile char dispatchException;
/* bit values for dispatchException */
#define DE_RESET 1