diff options
author | Simon Rettberg | 2018-10-19 12:31:21 +0200 |
---|---|---|
committer | Simon Rettberg | 2018-10-19 12:31:21 +0200 |
commit | 252d6490d4a1f6b0470ecbe6fb9cf6480a576dae (patch) | |
tree | d7a1d47411a0bb0a9d92b3c065442936c487ae63 | |
parent | Add dpmsFullThrottle: (diff) | |
download | xscreensaver-252d6490d4a1f6b0470ecbe6fb9cf6480a576dae.tar.gz xscreensaver-252d6490d4a1f6b0470ecbe6fb9cf6480a576dae.tar.xz xscreensaver-252d6490d4a1f6b0470ecbe6fb9cf6480a576dae.zip |
Forgot one DPMS killing instance
-rw-r--r-- | driver/timers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/timers.c b/driver/timers.c index ea97f34..fc8b47a 100644 --- a/driver/timers.c +++ b/driver/timers.c @@ -1657,7 +1657,7 @@ watchdog_timer (XtPointer closure, XtIntervalId *id) raise_window (si, True, True, running_p); } - if (screenhack_running_p (si) && + if (!p->dpms_full_throttle_p && screenhack_running_p (si) && !monitor_powered_on_p (si)) { int i; |