From 252d6490d4a1f6b0470ecbe6fb9cf6480a576dae Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 19 Oct 2018 12:31:21 +0200 Subject: Forgot one DPMS killing instance --- driver/timers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/timers.c') 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; -- cgit v1.2.3-55-g7522