aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-06-16 22:45:25 (GMT)
committermarkt <markt>2007-06-16 22:45:25 (GMT)
commit2edf6a574137a6c42abd71522c1fb398556e5b19 (patch)
treec10034c03e10c6c043a7590f1e0972c289631026 /src/Window.hh
parent5704ad99d3e07fa1dc0a7b9cebd6135380df5e65 (diff)
downloadfluxbox-2edf6a574137a6c42abd71522c1fb398556e5b19.zip
fluxbox-2edf6a574137a6c42abd71522c1fb398556e5b19.tar.bz2
moved function so fluxbox compiles with --disable-remember
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 8a4866e..6e04ded 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -460,6 +460,7 @@ public:
460 int layerNum() const { return m_layernum; } 460 int layerNum() const { return m_layernum; }
461 void setLayerNum(int layernum); 461 void setLayerNum(int layernum);
462 462
463 static int getDecoMaskFromString(const std::string &str);
463 464
464 unsigned int titlebarHeight() const; 465 unsigned int titlebarHeight() const;
465 466