diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 1 |
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 | ||