diff options
author | markt <markt> | 2007-12-11 19:29:00 (GMT) |
---|---|---|
committer | markt <markt> | 2007-12-11 19:29:00 (GMT) |
commit | 474e2017454d3c6492eb9f428aee039d36d76e05 (patch) | |
tree | cae44371e3dc31d1cb3aafdd2fbf83a26527e540 /src/fluxbox.hh | |
parent | 38877987c43857f79481bedeb036380b32019a0f (diff) | |
download | fluxbox_pavel-474e2017454d3c6492eb9f428aee039d36d76e05.zip fluxbox_pavel-474e2017454d3c6492eb9f428aee039d36d76e05.tar.bz2 |
only allow one open menu at a time
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index d5a48c6..a6544e3 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -157,8 +157,6 @@ public: | |||
157 | void rereadMenu(bool show_after_reread = false); | 157 | void rereadMenu(bool show_after_reread = false); |
158 | /// reloads the menus if the timestamps changed | 158 | /// reloads the menus if the timestamps changed |
159 | 159 | ||
160 | void hideExtraMenus(BScreen &screen); | ||
161 | |||
162 | /// handle any system signal sent to the application | 160 | /// handle any system signal sent to the application |
163 | void handleSignal(int signum); | 161 | void handleSignal(int signum); |
164 | void update(FbTk::Subject *changed); | 162 | void update(FbTk::Subject *changed); |