]> git.sesse.net Git - vlc/blobdiff - include/vlc_interface.h
* src/video_output/vout_intf.c: new vout_ControlWindow() function.
[vlc] / include / vlc_interface.h
index 25182af21f5e1fe307faa86a290e1a7ccb84852a..98410c987356ffb1c74671fddc4b4e0c91c11c3b 100644 (file)
@@ -64,9 +64,11 @@ struct intf_thread_t
                                intf_dialog_args_t * );
 
     /** Video window callbacks */
-    void * ( *pf_request_window ) ( intf_thread_t *, int *, int *,
+    void * ( *pf_request_window ) ( intf_thread_t *, vout_thread_t *,
+                                    int *, int *,
                                     unsigned int *, unsigned int * );
     void   ( *pf_release_window ) ( intf_thread_t *, void * );
+    int    ( *pf_control_window ) ( intf_thread_t *, void *, int, va_list );
 
     /* XXX: new message passing stuff will go here */
     vlc_mutex_t  change_lock;