aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-02-16 15:12:08 (GMT)
committerrathnor <rathnor>2003-02-16 15:12:08 (GMT)
commit453e220df91fabd80a2f8e5992ad1a3a73f4efbe (patch)
tree409496e6d6614e2e7280ebd3fced26f808bd0c7b /src/fluxbox.hh
parente24348aedb99bb52f350e617de469f7809a49201 (diff)
downloadfluxbox-453e220df91fabd80a2f8e5992ad1a3a73f4efbe.zip
fluxbox-453e220df91fabd80a2f8e5992ad1a3a73f4efbe.tar.bz2
Add layer menu to window menu
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index ea89257..7ab5428 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.40 2003/02/02 16:32:40 rathnor Exp $ 25// $Id: fluxbox.hh,v 1.41 2003/02/16 15:12:08 rathnor Exp $
26 26
27#ifndef FLUXBOX_HH 27#ifndef FLUXBOX_HH
28#define FLUXBOX_HH 28#define FLUXBOX_HH
@@ -114,12 +114,13 @@ public:
114 inline int getNumberOfLayers() const { return *m_rc_numlayers; } 114 inline int getNumberOfLayers() const { return *m_rc_numlayers; }
115 115
116 // TODO there probably should be configurable 116 // TODO there probably should be configurable
117 inline int getDesktopLayer() const { return 12; } 117 inline int getDesktopLayer() const { return 12; }
118 inline int getBottomLayer() const { return 10; } 118 inline int getBottomLayer() const { return 10; }
119 inline int getNormalLayer() const { return 8; } 119 inline int getNormalLayer() const { return 8; }
120 inline int getTopLayer() const { return 2; } 120 inline int getTopLayer() const { return 6; }
121 inline int getSlitLayer() const { return 4; } 121 inline int getSlitLayer() const { return 4; }
122 inline int getMenuLayer() const { return 0; } 122 inline int getAboveSlitLayer() const { return 2; }
123 inline int getMenuLayer() const { return 0; }
123 124
124 125
125 inline const timeval &getAutoRaiseDelay() const { return resource.auto_raise_delay; } 126 inline const timeval &getAutoRaiseDelay() const { return resource.auto_raise_delay; }