summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86DPMS.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2009-04-03 18:03:43 -0400
committerAdam Jackson <ajax@redhat.com>2009-04-03 18:22:20 -0400
commit6574ab092fb80b7731e06ede653b6af92fa7684e (patch)
treea29a29dc1f68c317c3c997dfb9b22f3250891835 /hw/xfree86/common/xf86DPMS.c
parentc1cf36ee29e41901ecd382f0258110ebb4a0124e (diff)
DPMS: Remove the defaultDPMS* variables
Diffstat (limited to 'hw/xfree86/common/xf86DPMS.c')
-rw-r--r--hw/xfree86/common/xf86DPMS.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86DPMS.c b/hw/xfree86/common/xf86DPMS.c
index 46d105ce5..0f40e1b0b 100644
--- a/hw/xfree86/common/xf86DPMS.c
+++ b/hw/xfree86/common/xf86DPMS.c
@@ -83,7 +83,7 @@ xf86DPMSInit(ScreenPtr pScreen, DPMSSetProcPtr set, int flags)
}
else {
enabled_from = X_DEFAULT;
- DPMSEnabled = defaultDPMSEnabled;
+ DPMSEnabled = TRUE;
}
if (DPMSEnabled)
xf86DrvMsg(pScreen->myNum, enabled_from, "DPMS enabled\n");