[vlc-commits] vout_display: mark CHANGE_WINDOW_STATE deprecated

Rémi Denis-Courmont git at videolan.org
Sun Aug 6 20:10:36 CEST 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Aug  5 23:03:23 2017 +0300| [c900e39cf935b77f0f47383eb95936297c650651] | committer: Rémi Denis-Courmont

vout_display: mark CHANGE_WINDOW_STATE deprecated

This was moved from display to window eight years ago.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c900e39cf935b77f0f47383eb95936297c650651
---

 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 f02272a3d7..1723a5b451 100644
--- a/include/vlc_vout_display.h
+++ b/include/vlc_vout_display.h
@@ -151,7 +151,7 @@ enum {
 #if defined(_WIN32) || defined(__OS2__)
     /* Ask the module to acknowledge/refuse the window management state change
      * after being requested externally or by VOUT_DISPLAY_WINDOW_STATE */
-    VOUT_DISPLAY_CHANGE_WINDOW_STATE,         /* unsigned state */
+    VOUT_DISPLAY_CHANGE_WINDOW_STATE VLC_DEPRECATED,   /* unsigned state */
 #endif
     /* Ask the module to acknowledge/refuse the display size change requested
      * (externally or by VOUT_DISPLAY_EVENT_DISPLAY_SIZE) */



More information about the vlc-commits mailing list