diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-15 11:42:13 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-15 11:42:13 (GMT) |
commit | 0689a0a4a8252d46a72048269faf00dba52a73c3 (patch) | |
tree | 451b1b6f759afdc9d0383a4bfe17e8fd5aff3110 /src/Window.hh | |
parent | 06d696f99b276e3394aec10f52c206aec4697c76 (diff) | |
download | fluxbox_pavel-0689a0a4a8252d46a72048269faf00dba52a73c3.zip fluxbox_pavel-0689a0a4a8252d46a72048269faf00dba52a73c3.tar.bz2 |
move getDecoMaskFromString to FbWinFrame
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index f0a390c..3c26530 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -465,8 +465,6 @@ public: | |||
465 | int layerNum() const { return m_layernum; } | 465 | int layerNum() const { return m_layernum; } |
466 | void setLayerNum(int layernum); | 466 | void setLayerNum(int layernum); |
467 | 467 | ||
468 | static int getDecoMaskFromString(const std::string &str); | ||
469 | |||
470 | unsigned int titlebarHeight() const; | 468 | unsigned int titlebarHeight() const; |
471 | 469 | ||
472 | int initialState() const; | 470 | int initialState() const; |