diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-05-24 08:03:59 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-05-24 08:03:59 (GMT) |
commit | 46bca62a9cd8052bd8749da8b1aa7539d5fe8c23 (patch) | |
tree | b9002d13a8fc9ecf3e3106b9ba967fd00a5bdc25 /src/FbTk/FbWindow.hh | |
parent | 5ecb192a9cbebcc041cc1330383e4ca466349670 (diff) | |
download | fluxbox_pavel-46bca62a9cd8052bd8749da8b1aa7539d5fe8c23.zip fluxbox_pavel-46bca62a9cd8052bd8749da8b1aa7539d5fe8c23.tar.bz2 |
move FluxboxWindow::applyDecorations() to FbWinFrame
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r-- | src/FbTk/FbWindow.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh index e9f8e30..f212e50 100644 --- a/src/FbTk/FbWindow.hh +++ b/src/FbTk/FbWindow.hh | |||
@@ -177,6 +177,7 @@ public: | |||
177 | unsigned int width() const { return m_width; } | 177 | unsigned int width() const { return m_width; } |
178 | unsigned int height() const { return m_height; } | 178 | unsigned int height() const { return m_height; } |
179 | unsigned int borderWidth() const { return m_border_width; } | 179 | unsigned int borderWidth() const { return m_border_width; } |
180 | unsigned long borderColor() const { return m_border_color; } | ||
180 | unsigned int depth() const { return m_depth; } | 181 | unsigned int depth() const { return m_depth; } |
181 | unsigned char alpha() const; | 182 | unsigned char alpha() const; |
182 | int screenNumber() const; | 183 | int screenNumber() const; |
@@ -225,6 +226,7 @@ private: | |||
225 | int m_x, m_y; ///< position of window | 226 | int m_x, m_y; ///< position of window |
226 | unsigned int m_width, m_height; ///< size of window | 227 | unsigned int m_width, m_height; ///< size of window |
227 | unsigned int m_border_width; ///< border size | 228 | unsigned int m_border_width; ///< border size |
229 | unsigned long m_border_color; ///< border color | ||
228 | unsigned int m_depth; ///< bit depth | 230 | unsigned int m_depth; ///< bit depth |
229 | bool m_destroy; ///< wheter the x window was created before | 231 | bool m_destroy; ///< wheter the x window was created before |
230 | std::auto_ptr<FbTk::Transparent> m_transparent; | 232 | std::auto_ptr<FbTk::Transparent> m_transparent; |