aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-12-11 19:29:00 (GMT)
committermarkt <markt>2007-12-11 19:29:00 (GMT)
commit474e2017454d3c6492eb9f428aee039d36d76e05 (patch)
treecae44371e3dc31d1cb3aafdd2fbf83a26527e540 /src/fluxbox.hh
parent38877987c43857f79481bedeb036380b32019a0f (diff)
downloadfluxbox-474e2017454d3c6492eb9f428aee039d36d76e05.zip
fluxbox-474e2017454d3c6492eb9f428aee039d36d76e05.tar.bz2
only allow one open menu at a time
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh2
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);