diff options
author | simonb <simonb> | 2006-03-20 11:31:24 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-03-20 11:31:24 (GMT) |
commit | f2d3fff4d4db7677814379139dcec3e31fc68047 (patch) | |
tree | 95bd9dc99986104613acc37945895b0812e63801 /src/WinButton.cc | |
parent | eba0040373179cc6d34f8ee132209f2fa01c2889 (diff) | |
download | fluxbox_lack-f2d3fff4d4db7677814379139dcec3e31fc68047.zip fluxbox_lack-f2d3fff4d4db7677814379139dcec3e31fc68047.tar.bz2 |
external tabs
Diffstat (limited to 'src/WinButton.cc')
-rw-r--r-- | src/WinButton.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WinButton.cc b/src/WinButton.cc index 871992d..6c51a6d 100644 --- a/src/WinButton.cc +++ b/src/WinButton.cc | |||
@@ -298,7 +298,7 @@ void WinButton::drawType() { | |||
298 | if (m_icon_mask.drawable()) | 298 | if (m_icon_mask.drawable()) |
299 | XSetClipMask(m_listen_to.fbWindow().display(), gc(), None); | 299 | XSetClipMask(m_listen_to.fbWindow().display(), gc(), None); |
300 | } else { | 300 | } else { |
301 | for (int y = height()/3; y <= height() - height()/3; y+=3) { | 301 | for (unsigned int y = height()/3; y <= height() - height()/3; y+=3) { |
302 | drawLine(gc(), width()/4, y, width() - width()/4 - oddW - 1, y); | 302 | drawLine(gc(), width()/4, y, width() - width()/4 - oddW - 1, y); |
303 | } | 303 | } |
304 | drawRectangle(gc(), | 304 | drawRectangle(gc(), |