]> git.sesse.net Git - vlc/blobdiff - src/interface/interface.c
Very beginning of the interaction framework (Refs:#27)
[vlc] / src / interface / interface.c
index e0fd705b7368bc07ca6cb18dd5812454086a82cd..a01fd64fe895160b60216c0e476659b530030dc3 100644 (file)
@@ -98,6 +98,7 @@ intf_thread_t* __intf_Create( vlc_object_t *p_this, const char *psz_module )
     p_intf->pf_request_window = NULL;
     p_intf->pf_release_window = NULL;
     p_intf->pf_control_window = NULL;
+    p_intf->pf_interact       = NULL;
     p_intf->b_play = VLC_FALSE;
 
     /* Choose the best module */