]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
Preliminary interaction framework for Mac OS X. Not finished, since core changes...
[vlc] / modules / gui / macosx / intf.h
index 80fc01d7a034aced356f5a45e75882c98f722b83..99096113884e94377cde0a678588bab4cca800b4 100644 (file)
@@ -95,6 +95,7 @@ struct intf_sys_t
     id o_extended;              /* VLCExtended    */
     id o_bookmarks;             /* VLCBookmarks   */
     id o_embedded_list;         /* VLCEmbeddedList*/
+    id o_interaction_list;      /* VLCInteractionList*/
     id o_sfilters;              /* VLCsFilters    */
     /*id o_update;                 VLCUpdate      */
     BOOL nib_main_loaded;       /* reference to the main-nib */
@@ -281,6 +282,7 @@ struct intf_sys_t
 - (id)getWizard;
 - (id)getBookmarks;
 - (id)getEmbeddedList;
+- (id)getInteractionList;
 - (void)terminate;
 - (NSString *)localizedString:(char *)psz;
 - (char *)delocalizeString:(NSString *)psz;