diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index 3206fdd..82cd492 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -266,7 +266,7 @@ public: | |||
266 | void changeBlackboxHints(const BlackboxHints &bh); | 266 | void changeBlackboxHints(const BlackboxHints &bh); |
267 | void updateFunctions(); | 267 | void updateFunctions(); |
268 | void restoreAttributes(); | 268 | void restoreAttributes(); |
269 | void showMenu(int mx, int my); | 269 | void showMenu(int mx, int my, WinClient *client = 0); |
270 | // popup menu on last button press position | 270 | // popup menu on last button press position |
271 | void popupMenu(); | 271 | void popupMenu(); |
272 | 272 | ||