diff options
Diffstat (limited to 'video/out/w32_common.h')
-rw-r--r-- | video/out/w32_common.h | 1 |
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; |