]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
macosx: slightly de-uglify the VLC description in the about dialog by rendering it...
[vlc] / modules / gui / macosx / intf.h
index c51094ef05fdf9f8dc318bbbbe519d727e01b2b5..8afc5bb7483995d0ead8f957f4c678e9fec86a33 100644 (file)
@@ -57,6 +57,7 @@ vout_thread_t *getVout(void);
 vout_thread_t *getVoutForActiveWindow(void);
 audio_output_t *getAout(void);
 
+static NSString * VLCInputChangedNotification = @"VLCInputChangedNotification";
 
 /*****************************************************************************
  * VLCMain interface