aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2007-03-31 13:34:44 (GMT)
committersimonb <simonb>2007-03-31 13:34:44 (GMT)
commit311cb38f295ae3f389a65cdfea664750e822cb3e (patch)
tree8adc5d00e3924c4ecc837671171a22e7d2e61a71 /src/Window.hh
parent383f99d4b6a90a5be3c4b8ea9a32fb902f3220cc (diff)
downloadfluxbox-311cb38f295ae3f389a65cdfea664750e822cb3e.zip
fluxbox-311cb38f295ae3f389a65cdfea664750e822cb3e.tar.bz2
Fix window menu context when opened by clicking on tab
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh2
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