projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c891ad0
)
back out the thick X button
author
Dana Jansens
<danakj@orodu.net>
Wed, 4 Sep 2002 03:35:21 +0000
(
03:35
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 4 Sep 2002 03:35:21 +0000
(
03:35
+0000)
src/Window.cc
patch
|
blob
|
history
diff --git
a/src/Window.cc
b/src/Window.cc
index b02b535751aa6ca9faf602d35512ec6bb7e0bbf2..02783d20a5fea23cd87d7a06a696cf3b40234be9 100644
(file)
--- 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(),