summaryrefslogtreecommitdiff
path: root/dix/globals.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-02-01 14:59:58 +1100
committerAdam Jackson <ajax@redhat.com>2008-02-14 07:11:52 +1100
commit7c0709a736c0f3aa011de67dd2c2962585ab146e (patch)
tree7cca66a5b1494289a92352d34dfa5c4fdf79a776 /dix/globals.c
parent62cfe8863823c0994f20555cb35ee3bacb9e5225 (diff)
requestingClient is an xprintism, hide it for other servers.
Diffstat (limited to 'dix/globals.c')
-rw-r--r--dix/globals.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dix/globals.c b/dix/globals.c
index d76b604da..7f95eabd5 100644
--- a/dix/globals.c
+++ b/dix/globals.c
@@ -143,7 +143,9 @@ Bool loadableFonts = FALSE;
CursorPtr rootCursor;
Bool blackRoot=FALSE;
Bool whiteRoot=FALSE;
+#ifdef XPRINT
ClientPtr requestingClient; /* XXX this should be obsolete now, remove? */
+#endif
_X_EXPORT TimeStamp currentTime;
_X_EXPORT TimeStamp lastDeviceEventTime;