vlc | branch: master | Marvin Scholz <[email protected]> | Sat Oct 17 00:25:52 2015 +0200| [95a150785577f51faaf56cdff0dade3be8d4ede7] | committer: Felix Paul Kühne
growl: Add OS X user notifications as fallback to Growl notifications This adds native OS X user notifications as fallback, if Growl is currently not running. Those native notifications are only available on 10.8+, therefore some preprocessor conditionals prevent that this breaks 10.7 compilation. There is no explicit check if the class is available as it should be on all 10.8 systems. Signed-off-by: Felix Paul Kühne <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=95a150785577f51faaf56cdff0dade3be8d4ede7 --- modules/notify/Makefile.am | 2 +- modules/notify/growl.m | 228 ++++++++++++++++++++++++++++++++++++-------- 2 files changed, 188 insertions(+), 42 deletions(-) Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=95a150785577f51faaf56cdff0dade3be8d4ede7 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
