diff options
author | Adam Jackson <ajax@redhat.com> | 2009-04-03 18:03:43 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-04-03 18:22:20 -0400 |
commit | 6574ab092fb80b7731e06ede653b6af92fa7684e (patch) | |
tree | a29a29dc1f68c317c3c997dfb9b22f3250891835 /hw/xfree86/common/xf86DPMS.c | |
parent | c1cf36ee29e41901ecd382f0258110ebb4a0124e (diff) |
DPMS: Remove the defaultDPMS* variables
Diffstat (limited to 'hw/xfree86/common/xf86DPMS.c')
-rw-r--r-- | hw/xfree86/common/xf86DPMS.c | 2 |
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"); |