aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index b84b950..6731d14 100644
--- a/src/Screen.hh
+++ b/src/Screen.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: Screen.hh,v 1.137 2004/03/30 13:45:20 fluxgen Exp $ 25// $Id: Screen.hh,v 1.138 2004/04/12 23:05:10 fluxgen Exp $
26 26
27#ifndef SCREEN_HH 27#ifndef SCREEN_HH
28#define SCREEN_HH 28#define SCREEN_HH
@@ -178,6 +178,9 @@ public:
178 FbTk::Menu *createMenu(const std::string &label); 178 FbTk::Menu *createMenu(const std::string &label);
179 void hideMenus(); 179 void hideMenus();
180 180
181 /// hide all windowmenus except the given one (if given)
182 void hideWindowMenus(const FluxboxWindow* except= 0);
183
181 /// @return the resource value of number of workspace 184 /// @return the resource value of number of workspace
182 inline int getNumberOfWorkspaces() const { return *resource.workspaces; } 185 inline int getNumberOfWorkspaces() const { return *resource.workspaces; }
183 186