]> Dogcows Code - chaz/openbox/commitdiff
back out the thick X button
authorDana Jansens <danakj@orodu.net>
Wed, 4 Sep 2002 03:35:21 +0000 (03:35 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 4 Sep 2002 03:35:21 +0000 (03:35 +0000)
src/Window.cc

index b02b535751aa6ca9faf602d35512ec6bb7e0bbf2..02783d20a5fea23cd87d7a06a696cf3b40234be9 100644 (file)
@@ -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(),
This page took 0.024113 seconds and 4 git commands to generate.