summaryrefslogtreecommitdiff
path: root/src/gui/popupmenu.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-02-03 15:32:33 +0300
committerAndrei Karas <akaras@inbox.ru>2013-02-03 20:13:09 +0300
commit4cd59b0f9f30b7104197fa96851b616fb9981caa (patch)
tree60f976e0dc4ba9cf50359a0f1a2c1b4233b081ad /src/gui/popupmenu.h
parent5f4ac032fbf4f7b76a43da11bb1d40b94820a247 (diff)
downloadplus-4cd59b0f9f30b7104197fa96851b616fb9981caa.tar.gz
plus-4cd59b0f9f30b7104197fa96851b616fb9981caa.tar.bz2
plus-4cd59b0f9f30b7104197fa96851b616fb9981caa.tar.xz
plus-4cd59b0f9f30b7104197fa96851b616fb9981caa.zip
Add support for small screens with on screen top right buttons.
Add button "WIN" to buttons list.
Diffstat (limited to 'src/gui/popupmenu.h')
-rw-r--r--src/gui/popupmenu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/popupmenu.h b/src/gui/popupmenu.h
index 831d39180..7266b4d29 100644
--- a/src/gui/popupmenu.h
+++ b/src/gui/popupmenu.h
@@ -173,6 +173,8 @@ class PopupMenu final : public Popup, public LinkHandler
void showLinkPopup(const int x, const int y, const std::string &link);
+ void showWindowsPopup(const int x, const int y);
+
/**
* Handles link action.
*/