]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Remove unsafe VOUT_SET_FOCUS
[vlc] / include / vlc_vout.h
index 0f716094ce65304feca9002db9146a9036816e9a..4055f4cc6681fa0610f3a0546e4006dc0e724b80 100644 (file)
@@ -704,7 +704,6 @@ enum output_query_e
     VOUT_SET_SIZE,         /* arg1= unsigned int, arg2= unsigned int, res= */
     VOUT_SET_STAY_ON_TOP,  /* arg1= bool       res=    */
     VOUT_REPARENT,
-    VOUT_SET_FOCUS,         /* arg1= bool       res=    */
     VOUT_SET_VIEWPORT,      /* arg1= view rect, arg2=clip rect, res= */
     VOUT_REDRAW_RECT,       /* arg1= area rect, res= */
 };