[vlc-commits] vout: Also set the initial vout window fullscreen state on HWND platforms
    Hugo Beauzée-Luyssen 
    git at videolan.org
       
    Thu Aug 10 17:12:49 CEST 2017
    
    
  
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Aug 10 11:49:24 2017 +0200| [3d329b56eb5324505032da7fed0e587f7918cad3] | committer: Rémi Denis-Courmont
vout: Also set the initial vout window fullscreen state on HWND platforms
Fix #18672
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3d329b56eb5324505032da7fed0e587f7918cad3
---
 src/video_output/video_output.c | 2 --
 1 file changed, 2 deletions(-)
diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c
index be1249a2b2..c432c70aa0 100644
--- a/src/video_output/video_output.c
+++ b/src/video_output/video_output.c
@@ -166,9 +166,7 @@ static vout_thread_t *VoutCreate(vlc_object_t *object,
     if (vout->p->splitter_name == NULL) {
         vout_window_cfg_t wcfg = {
             .is_standalone = !var_InheritBool(vout, "embedded-video"),
-#if !defined(_WIN32) && !defined(__OS2__)
             .is_fullscreen = var_GetBool(vout, "fullscreen"),
-#endif
             .type = VOUT_WINDOW_TYPE_INVALID,
             // TODO: take pixel A/R, crop and zoom into account
 #ifdef __APPLE__
    
    
More information about the vlc-commits
mailing list