diff options
author | simonb <simonb> | 2005-04-10 18:18:14 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-04-10 18:18:14 (GMT) |
commit | 88c66f0687d2a9e2018f22407b2587dc4d87d012 (patch) | |
tree | 197308ad2426783058f479d12329548c6a8a4374 /src/FbTk/TextButton.hh | |
parent | 6cf66c66554a20a1c98eddf26af9e35b7c90cbd5 (diff) | |
download | fluxbox_pavel-88c66f0687d2a9e2018f22407b2587dc4d87d012.zip fluxbox_pavel-88c66f0687d2a9e2018f22407b2587dc4d87d012.tar.bz2 |
Big changes to how transparency works
Consequently rearrange lots of rendering ops, and strip calls to
updateTransparent
Diffstat (limited to 'src/FbTk/TextButton.hh')
-rw-r--r-- | src/FbTk/TextButton.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FbTk/TextButton.hh b/src/FbTk/TextButton.hh index 14621e3..3a9407f 100644 --- a/src/FbTk/TextButton.hh +++ b/src/FbTk/TextButton.hh | |||
@@ -81,7 +81,6 @@ private: | |||
81 | unsigned int m_left_padding; ///< space between buttonborder and text | 81 | unsigned int m_left_padding; ///< space between buttonborder and text |
82 | unsigned int m_right_padding; ///< space between buttonborder and text | 82 | unsigned int m_right_padding; ///< space between buttonborder and text |
83 | 83 | ||
84 | FbTk::FbPixmap m_buffer; ///< for background buffer | ||
85 | }; | 84 | }; |
86 | 85 | ||
87 | } // end namespace FbTk | 86 | } // end namespace FbTk |