diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh index de5bfe4..c05f525 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -323,6 +323,12 @@ public: | |||
323 | * @param my position | 323 | * @param my position |
324 | */ | 324 | */ |
325 | void showMenu(int mx, int my); | 325 | void showMenu(int mx, int my); |
326 | |||
327 | /** popup window menu at specific location | ||
328 | * @param x | ||
329 | * @param y | ||
330 | */ | ||
331 | void popupMenu(int x, int y); | ||
326 | // popup menu on last button press position | 332 | // popup menu on last button press position |
327 | void popupMenu(); | 333 | void popupMenu(); |
328 | 334 | ||