diff options
author | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-05-13 13:50:17 (GMT) |
---|---|---|
committer | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-05-13 15:06:26 (GMT) |
commit | 5ecebae4770cbe7e4feea46d2c074a818f1c9662 (patch) | |
tree | 6ae650effda6528ebb5e40846a02dbe5a79e82d1 /src/Window.hh | |
parent | c31638038aabd93c74373c7ee00fbefbc68d28ae (diff) | |
download | fluxbox-5ecebae4770cbe7e4feea46d2c074a818f1c9662.zip fluxbox-5ecebae4770cbe7e4feea46d2c074a818f1c9662.tar.bz2 |
Fixed startup bug for window menu in iconbar.
The window menu in the iconbutton was not updated properly
the first time it was used ( before right clicking in the real
window titlebar).
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 | ||