diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-09-04 03:35:21 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-09-04 03:35:21 +0000 |
| commit | c1e79a4a8277d3be30439d3b1680b9e4f7092d41 (patch) | |
| tree | 2bf56cc43e4e14ad99d9482a949b8fef3152b66e | |
| parent | c891ad0932a26acfb3d31c20a7f8a9a77390f002 (diff) | |
back out the thick X button
| -rw-r--r-- | src/Window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index b02b5357..02783d20 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -2681,7 +2681,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, 0, 2); + screen->getWindowStyle()->b_pic_unfocus); 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(), |
