[vlc-devel] [PATCH] vout: Also set the initial vout window fullscreen state on HWND platforms

Rémi Denis-Courmont remi at remlab.net
Thu Aug 10 17:11:40 CEST 2017


Le torstaina 10. elokuuta 2017, 14.41.27 EEST Rémi Denis-Courmont a écrit :
> Le 10 août 2017 12:49:24 GMT+03:00, "Hugo Beauzée-Luyssen" <hugo at beauzee.fr> 
a écrit :
> >Fix #18672
> >---
> >
> > 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__
> 
> I think that the CPP logic is inverted.

Nevermind, this is window, not display.

-- 
雷米‧德尼-库尔蒙
https://www.remlab.net/



More information about the vlc-devel mailing list