<html><head></head><body>is_fullscreen should be removed. It does not mean much anything for the display.<br><br><div class="gmail_quote">Le 1 février 2021 09:08:10 GMT+02:00, Steve Lhomme <robux4@ycbcr.xyz> 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"><hr> include/vlc_vout_display.h |  8 --------<br> src/video_output/display.c | 10 ----------<br> 2 files changed, 18 deletions(-)<br><br>diff --git a/include/vlc_vout_display.h b/include/vlc_vout_display.h<br>index df9e81eb6dd..9b9dc6be788 100644<br>--- a/include/vlc_vout_display.h<br>+++ b/include/vlc_vout_display.h<br>@@ -146,14 +146,6 @@ typedef struct {<br>  * Control query for vout_display_t<br>  */<br> enum vout_display_query {<br>-#if defined(__OS2__)<br>-    /* Ask the module to acknowledge/refuse the fullscreen state change after<br>-     * being requested (externally or by VOUT_DISPLAY_EVENT_FULLSCREEN */<br>-    VOUT_DISPLAY_CHANGE_FULLSCREEN VLC_DEPRECATED_ENUM,<br>-    /* Ask the module to acknowledge/refuse the window management state change<br>-     * after being requested externally or by VOUT_DISPLAY_WINDOW_STATE */<br>-    VOUT_DISPLAY_CHANGE_WINDOW_STATE VLC_DEPRECATED_ENUM,<br>-#endif<br>     /**<br>      * Notifies a change in display size.<br>      *<br>diff --git a/src/video_output/display.c b/src/video_output/display.c<br>index 9ada4bedd44..b66fe39c553 100644<br>--- a/src/video_output/display.c<br>+++ b/src/video_output/display.c<br>@@ -723,16 +723,6 @@ vout_display_t *vout_display_New(vlc_object_t *parent,<br>                         vout_display_start, osys) == NULL)<br>         goto error;<br> <br>-#if defined(__OS2__)<br>-    if ((var_GetBool(parent, "fullscreen")<br>-      || var_GetBool(parent, "video-wallpaper"))<br>-     && vout_display_Control(vd, VOUT_DISPLAY_CHANGE_FULLSCREEN) == VLC_SUCCESS)<br>-        osys->cfg.is_fullscreen = true;<br>-<br>-    if (var_InheritBool(parent, "video-on-top"))<br>-        vout_display_Control(vd, VOUT_DISPLAY_CHANGE_WINDOW_STATE);<br>-#endif<br>-<br>     if (VoutDisplayCreateRender(vd)) {<br>         if (vd->ops->close != NULL)<br>             vd->ops->close(vd);</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>