summaryrefslogtreecommitdiff
path: root/dix/globals.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-06 16:18:21 -0400
committerAdam Jackson <ajax@redhat.com>2008-10-06 16:18:21 -0400
commitc6d6d3e87a472b641d883a6c000f96e5bdf48532 (patch)
treef43ad138ba9d4314019b2c58ac2ddd43c5024e32 /dix/globals.c
parent8a5b89e8e184f4cbf33c6dee0b06e61d8f857576 (diff)
Loader: Unexport a handful of consumerless symbols from dixsym.
Diffstat (limited to 'dix/globals.c')
-rw-r--r--dix/globals.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/dix/globals.c b/dix/globals.c
index 60fd9a9ea..abb814679 100644
--- a/dix/globals.c
+++ b/dix/globals.c
@@ -111,7 +111,7 @@ CARD32 defaultDPMSStandbyTime = DEFAULT_STANDBY_TIME;
CARD32 defaultDPMSSuspendTime = DEFAULT_SUSPEND_TIME;
CARD32 defaultDPMSOffTime = DEFAULT_OFF_TIME;
_X_EXPORT CARD16 DPMSPowerLevel = 0;
-_X_EXPORT Bool defaultDPMSEnabled = DEFAULT_DPMS_ENABLED;
+Bool defaultDPMSEnabled = DEFAULT_DPMS_ENABLED;
_X_EXPORT Bool DPMSEnabledSwitch = FALSE; /* these denote the DPMS command */
_X_EXPORT Bool DPMSDisabledSwitch = FALSE; /* lind switch states */
_X_EXPORT Bool DPMSCapableFlag = FALSE;
@@ -142,8 +142,6 @@ CursorPtr rootCursor;
Bool party_like_its_1989 = FALSE;
Bool whiteRoot = FALSE;
-_X_EXPORT int cursorScreenDevPriv[MAXSCREENS];
-
_X_EXPORT TimeStamp currentTime;
_X_EXPORT TimeStamp lastDeviceEventTime;