aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index ac27df1..41a7b90 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -260,9 +260,6 @@ public:
260 */ 260 */
261 FbTk::Menu *createToggleMenu(const std::string &label); 261 FbTk::Menu *createToggleMenu(const std::string &label);
262 262
263 /// hides all menus that are visible on this screen
264 void hideMenus();
265
266 /** 263 /**
267 * For extras to add menus. 264 * For extras to add menus.
268 * These menus will be marked internal, 265 * These menus will be marked internal,
@@ -270,9 +267,6 @@ public:
270 */ 267 */
271 void addExtraWindowMenu(const FbTk::FbString &label, FbTk::Menu *menu); 268 void addExtraWindowMenu(const FbTk::FbString &label, FbTk::Menu *menu);
272 269
273 /// hide all windowmenus except the given one (if given)
274 void hideWindowMenus(const FluxboxWindow* except= 0);
275
276 inline int getEdgeSnapThreshold() const { return *resource.edge_snap_threshold; } 270 inline int getEdgeSnapThreshold() const { return *resource.edge_snap_threshold; }
277 271
278 void setRootColormapInstalled(bool r) { root_colormap_installed = r; } 272 void setRootColormapInstalled(bool r) { root_colormap_installed = r; }