diff options
author | simonb <simonb> | 2007-03-31 13:34:44 (GMT) |
---|---|---|
committer | simonb <simonb> | 2007-03-31 13:34:44 (GMT) |
commit | 311cb38f295ae3f389a65cdfea664750e822cb3e (patch) | |
tree | 8adc5d00e3924c4ecc837671171a22e7d2e61a71 /src/Window.hh | |
parent | 383f99d4b6a90a5be3c4b8ea9a32fb902f3220cc (diff) | |
download | fluxbox_pavel-311cb38f295ae3f389a65cdfea664750e822cb3e.zip fluxbox_pavel-311cb38f295ae3f389a65cdfea664750e822cb3e.tar.bz2 |
Fix window menu context when opened by clicking on tab
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 | ||