diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index cf61e25..53b8bd9 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.hh,v 1.81 2003/12/31 00:35:21 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.82 2004/01/11 16:10:23 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -180,6 +180,8 @@ public: | |||
180 | void rereadMenu(); | 180 | void rereadMenu(); |
181 | /// reloads the menus if the timestamps changed | 181 | /// reloads the menus if the timestamps changed |
182 | void checkMenu(); | 182 | void checkMenu(); |
183 | |||
184 | void hideExtraMenus(BScreen &screen); | ||
183 | 185 | ||
184 | /// handle any system signal sent to the application | 186 | /// handle any system signal sent to the application |
185 | void handleSignal(int signum); | 187 | void handleSignal(int signum); |
@@ -191,7 +193,9 @@ public: | |||
191 | void timed_reconfigure(); | 193 | void timed_reconfigure(); |
192 | 194 | ||
193 | bool isStartup() const { return m_starting; } | 195 | bool isStartup() const { return m_starting; } |
194 | 196 | ||
197 | |||
198 | |||
195 | typedef std::vector<Fluxbox::Titlebar> TitlebarList; | 199 | typedef std::vector<Fluxbox::Titlebar> TitlebarList; |
196 | /// @return whether the timestamps on the menu changed | 200 | /// @return whether the timestamps on the menu changed |
197 | bool menuTimestampsChanged() const; | 201 | bool menuTimestampsChanged() const; |