Fix building on Windows

This commit is contained in:
Cheng Zhao 2017-10-05 11:51:41 +09:00
parent 4342480473
commit bb71b09452

View file

@ -55,7 +55,9 @@ void NotifyIcon::HandleClickEvent(int modifiers,
if (double_button_click) // double left click if (double_button_click) // double left click
NotifyDoubleClicked(bounds, modifiers); NotifyDoubleClicked(bounds, modifiers);
else // single left click else // single left click
NotifyClicked(bounds, modifiers); NotifyClicked(bounds,
display::Screen::GetScreen()->GetCursorScreenPoint(),
modifiers);
return; return;
} else if (!double_button_click) { // single right click } else if (!double_button_click) { // single right click
if (menu_model_) if (menu_model_)