<html><head></head><body><div class="gmail_quote">Le 10 août 2017 12:49:24 GMT+03:00, "Hugo Beauzée-Luyssen" <hugo@beauzee.fr> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Fix #18672<br />---<br /> src/video_output/video_output.c | 2 --<br /> 1 file changed, 2 deletions(-)<br /><br />diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c<br />index be1249a2b2..c432c70aa0 100644<br />--- a/src/video_output/video_output.c<br />+++ b/src/video_output/video_output.c<br />@@ -166,9 +166,7 @@ static vout_thread_t *VoutCreate(vlc_object_t *object,<br />     if (vout->p->splitter_name == NULL) {<br />         vout_window_cfg_t wcfg = {<br />             .is_standalone = !var_InheritBool(vout, "embedded-video"),<br />-#if !defined(_WIN32) && !defined(__OS2__)<br />             .is_fullscreen = var_GetBool(vout, "fullscreen"),<br />-#endif<br />             .type = VOUT_WINDOW_TYPE_INVALID,<br />             // TODO: take pixel A/R, crop and zoom into account<br /> #ifdef __APPLE__</pre></blockquote></div><br clear="all">I think that the CPP logic is inverted. This would account for not going fullscreen. But this does not account for the reported error message on Trac. So it sounds lile there is an extra latent bug somewhere else.<br>
-- <br>
Rémi Denis-Courmont<br>
Typed on an inconvenient virtual keyboard</body></html>