aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/TextButton.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2005-04-10 18:18:14 (GMT)
committersimonb <simonb>2005-04-10 18:18:14 (GMT)
commit88c66f0687d2a9e2018f22407b2587dc4d87d012 (patch)
tree197308ad2426783058f479d12329548c6a8a4374 /src/FbTk/TextButton.hh
parent6cf66c66554a20a1c98eddf26af9e35b7c90cbd5 (diff)
downloadfluxbox_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.hh1
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