]> git.sesse.net Git - vlc/blobdiff - src/interface/interface.c
* src/video_output/vout_intf.c: new vout_ControlWindow() function.
[vlc] / src / interface / interface.c
index c47ecd114140518552e3a2e5adaa836d72efed09..fc95c5d935fb352bbb492307a01a0ba4218c1630 100644 (file)
@@ -85,6 +85,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;
 
     /* Choose the best module */
     p_intf->p_module = module_Need( p_intf, "interface", psz_module, 0 );