From: Dana Jansens Date: Wed, 4 Sep 2002 03:35:21 +0000 (+0000) Subject: back out the thick X button X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=c1e79a4a8277d3be30439d3b1680b9e4f7092d41;p=chaz%2Fopenbox back out the thick X button --- 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(),