aboutsummaryrefslogtreecommitdiff
path: root/src/WinButton.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-01-10 00:37:35 (GMT)
committerrathnor <rathnor>2004-01-10 00:37:35 (GMT)
commit5e87ca1ea430fe325d58d388af2543783e6dd640 (patch)
treeeb888542f5266889f9a49f294d077f68ceb2d40b /src/WinButton.hh
parent7b4e2364bf3d6feaf783999e173955829dfc9328 (diff)
downloadfluxbox-5e87ca1ea430fe325d58d388af2543783e6dd640.zip
fluxbox-5e87ca1ea430fe325d58d388af2543783e6dd640.tar.bz2
fix some minor transparency issues
Diffstat (limited to 'src/WinButton.hh')
-rw-r--r--src/WinButton.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WinButton.hh b/src/WinButton.hh
index 0cbc4c1..bd673fe 100644
--- a/src/WinButton.hh
+++ b/src/WinButton.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22/// $Id: WinButton.hh,v 1.4 2003/04/28 22:39:12 fluxgen Exp $ 22/// $Id: WinButton.hh,v 1.5 2004/01/10 00:37:35 rathnor Exp $
23 23
24#include "Button.hh" 24#include "Button.hh"
25#include "Observer.hh" 25#include "Observer.hh"
@@ -43,7 +43,7 @@ public:
43 void clear(); 43 void clear();
44 void update(FbTk::Subject *subj); 44 void update(FbTk::Subject *subj);
45private: 45private:
46 void drawType(); 46 void drawType(bool clear, bool no_trans); // don't update transparency (eg in clear)
47 Type m_type; ///< the button type 47 Type m_type; ///< the button type
48 const FluxboxWindow &m_listen_to; 48 const FluxboxWindow &m_listen_to;
49 WinButtonTheme &m_theme; 49 WinButtonTheme &m_theme;