vlc | branch: master | Steve Lhomme <[email protected]> | Tue Jun 25 09:32:22 2019 +0200| [b6e788ba97b36ffbc2f1dd7cb5bc2d15fdd365c2] | committer: Steve Lhomme
display: remove deprecated flag not used anymore on Windows > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b6e788ba97b36ffbc2f1dd7cb5bc2d15fdd365c2 --- include/vlc_vout_display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_vout_display.h b/include/vlc_vout_display.h index 97a6c96c1b..aa00003c8e 100644 --- a/include/vlc_vout_display.h +++ b/include/vlc_vout_display.h @@ -66,7 +66,7 @@ typedef struct vlc_video_align { */ typedef struct vout_display_cfg { struct vout_window_t *window; /**< Window */ -#if defined(_WIN32) || defined(__OS2__) +#if defined(__OS2__) bool is_fullscreen VLC_DEPRECATED; /* Is the display fullscreen */ #endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
