aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-15 11:42:13 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-15 11:42:13 (GMT)
commit0689a0a4a8252d46a72048269faf00dba52a73c3 (patch)
tree451b1b6f759afdc9d0383a4bfe17e8fd5aff3110 /src/FbWinFrame.hh
parent06d696f99b276e3394aec10f52c206aec4697c76 (diff)
downloadfluxbox-0689a0a4a8252d46a72048269faf00dba52a73c3.zip
fluxbox-0689a0a4a8252d46a72048269faf00dba52a73c3.tar.bz2
move getDecoMaskFromString to FbWinFrame
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 6d8249a..c9e15d0 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -228,6 +228,7 @@ public:
228 bool maximizing = false) const; 228 bool maximizing = false) const;
229 void displaySize(unsigned int width, unsigned int height) const; 229 void displaySize(unsigned int width, unsigned int height) const;
230 230
231 static int getDecoMaskFromString(const std::string &str);
231 void setDecorationMask(unsigned int mask) { m_state.deco_mask = mask; } 232 void setDecorationMask(unsigned int mask) { m_state.deco_mask = mask; }
232 void applyDecorations(); 233 void applyDecorations();
233 234