mac: Add Tray.setHighlightMode API, fixes #425.

This commit is contained in:
Cheng Zhao 2014-09-09 19:39:39 +08:00
parent 4330d67e0d
commit ec1db0c7bb
6 changed files with 18 additions and 0 deletions

View file

@ -15,6 +15,9 @@ TrayIcon::~TrayIcon() {
void TrayIcon::SetTitle(const std::string& title) {
}
void TrayIcon::SetHighlightMode(bool highlight) {
}
void TrayIcon::NotifyClicked() {
FOR_EACH_OBSERVER(TrayIconObserver, observers_, OnClicked());
}