summaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-06-16 22:50:09 (GMT)
committermarkt <markt>2007-06-16 22:50:09 (GMT)
commitb4b927dad90baa43d290679872943144f1c2ab93 (patch)
tree217aeb0c06e1e8d7c6997c658572944652e627b9 /src/Window.hh
parent6f8a5c7a8dc4552105205c8c9f0d270703bcc271 (diff)
downloadfluxbox_lack-b4b927dad90baa43d290679872943144f1c2ab93.zip
fluxbox_lack-b4b927dad90baa43d290679872943144f1c2ab93.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 82cd492..d7d8910 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -399,6 +399,7 @@ public:
399 int layerNum() const { return m_layernum; } 399 int layerNum() const { return m_layernum; }
400 void setLayerNum(int layernum); 400 void setLayerNum(int layernum);
401 401
402 static int getDecoMaskFromString(const std::string &str);
402 403
403 unsigned int titlebarHeight() const; 404 unsigned int titlebarHeight() const;
404 405