From c1e79a4a8277d3be30439d3b1680b9e4f7092d41 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 4 Sep 2002 03:35:21 +0000 Subject: [PATCH] back out the thick X button --- src/Window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), -- 2.39.2