Draw close button with line_width of 2.

This commit is contained in:
Scott Moynes 2002-08-26 23:52:37 +00:00
parent 217488ee3e
commit bb9a37ec3d

View file

@ -2635,7 +2635,7 @@ void BlackboxWindow::redrawCloseButton(bool pressed) const {
XClearWindow(blackbox->getXDisplay(), frame.close_button);
BPen pen((flags.focused) ? screen->getWindowStyle()->b_pic_focus :
screen->getWindowStyle()->b_pic_unfocus);
screen->getWindowStyle()->b_pic_unfocus, 0, 2);
XDrawLine(blackbox->getXDisplay(), frame.close_button, pen.gc(),
2, 2, (frame.button_w - 3), (frame.button_w - 3));
XDrawLine(blackbox->getXDisplay(), frame.close_button, pen.gc(),