summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/x11_common.h')
-rw-r--r--video/out/x11_common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/out/x11_common.h b/video/out/x11_common.h
index b2264563c7..0b4a58325f 100644
--- a/video/out/x11_common.h
+++ b/video/out/x11_common.h
@@ -40,8 +40,7 @@ struct vo_x11_state {
int ws_height;
struct mp_rect screenrc;
- int screensaver_off;
- int dpms_disabled;
+ bool screensaver_enabled;
double screensaver_time_last;
XIM xim;