summaryrefslogtreecommitdiffstats
path: root/video/out/w32_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-14 00:36:43 +0200
committerwm4 <wm4@nowhere>2013-06-14 00:39:31 +0200
commit118a2a359f93d8fcd3fc2290162c45a0c17fc7a2 (patch)
tree5e9423c2bf7feb5b6ce8557eef151af2383e3bca /video/out/w32_common.h
parentf1d3ba0e3318eb4b0ac5686fed4b80acb3753919 (diff)
downloadmpv-118a2a359f93d8fcd3fc2290162c45a0c17fc7a2.tar.bz2
mpv-118a2a359f93d8fcd3fc2290162c45a0c17fc7a2.tar.xz
w32: enable screensaver when paused
This is quite similar to the previous commit. Untested. I'm not sure if this is how it's supposed to work. At least --no-stop-screensaver should work in any case.
Diffstat (limited to 'video/out/w32_common.h')
-rw-r--r--video/out/w32_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/w32_common.h b/video/out/w32_common.h
index 1bbf27730f..3db34a8472 100644
--- a/video/out/w32_common.h
+++ b/video/out/w32_common.h
@@ -44,6 +44,7 @@ struct vo_w32_state {
uint32_t o_dwidth;
uint32_t o_dheight;
+ bool disable_screensaver;
int event_flags;
int mon_cnt;
int mon_id;