summaryrefslogtreecommitdiffstats
path: root/driver/timers.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/timers.c')
-rw-r--r--driver/timers.c2
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;