Add support for dropped text in osx

This commit is contained in:
Wilson Page 2016-07-14 18:21:39 +01:00
parent 43e9f30b21
commit 90f8a7e828
7 changed files with 27 additions and 1 deletions

View file

@ -75,6 +75,7 @@ class TrayIcon {
int modifiers = 0);
void NotifyDrop();
void NotifyDropFiles(const std::vector<std::string>& files);
void NotifyDropText(const std::string& text);
void NotifyDragEntered();
void NotifyDragExited();
void NotifyDragEnded();