[vlc-commits] growl: Add OS X user notifications as fallback to Growl notifications
Marvin Scholz
git at videolan.org
Sat Oct 17 22:11:05 CEST 2015
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | 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 <fkuehne at videolan.org>
> 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
More information about the vlc-commits
mailing list