diff options
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(), |