]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwindows/wxwindows.h
- modules/control/showintf.c: new control module, able to show the
[vlc] / modules / gui / wxwindows / wxwindows.h
index d2284049825b16a9dd550aad803a2f9a3c32eb47..9801a914feff1f34ec3c423f0a41a5a35026a0e8 100644 (file)
@@ -108,6 +108,7 @@ struct intf_sys_t
 
     /* special actions */
     vlc_bool_t          b_playing;
+    vlc_bool_t          b_intf_show;                /* interface to be shown */
 
     /* The input thread */
     input_thread_t *    p_input;