]> git.sesse.net Git - vlc/blobdiff - src/video_output/control.h
Always re-arm the cursor hide timeout on movement (fixes: #3915)
[vlc] / src / video_output / control.h
index fc265e1fa8a0487aa33559b4d2228a68e6228ecc..9510c22ce98aa97aaea41c1b8e78881e42e1b7a3 100644 (file)
@@ -41,10 +41,10 @@ enum {
 #endif
     VOUT_CONTROL_SUBPICTURE,            /* subpicture */
     VOUT_CONTROL_FLUSH_SUBPICTURE,      /* integer */
-    VOUT_CONTROL_REGISTER_SUBPICTURE,   /* integer_ptr */
     VOUT_CONTROL_OSD_TITLE,             /* string */
     VOUT_CONTROL_CHANGE_FILTERS,        /* string */
     VOUT_CONTROL_CHANGE_SUB_FILTERS,    /* string */
+    VOUT_CONTROL_CHANGE_SUB_MARGIN,     /* integer */
 
     VOUT_CONTROL_PAUSE,
     VOUT_CONTROL_RESET,
@@ -71,7 +71,6 @@ typedef struct {
         mtime_t *time_ptr;
         char    *string;
         int     integer;
-        int     *integer_ptr;
         struct {
             int a;
             int b;