projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29d640f
)
ugh, misspelling
author
Marius Nita
<marius@cs.pdx.edu>
Wed, 6 Nov 2002 14:05:08 +0000
(14:05 +0000)
committer
Marius Nita
<marius@cs.pdx.edu>
Wed, 6 Nov 2002 14:05:08 +0000
(14:05 +0000)
src/bbwindow.cc
patch
|
blob
|
history
diff --git
a/src/bbwindow.cc
b/src/bbwindow.cc
index 88d62b0b55b407cc64592bfecfe8343c210c65b0..54acb37b142ec79a18ee11e0d061eb2553b23fb6 100644
(file)
--- a/
src/bbwindow.cc
+++ b/
src/bbwindow.cc
@@
-3995,7
+3995,7
@@
void BlackboxWindow::upsize(void) {
if (decorations & Decor_Border) {
frame.border_w = screen->getWindowStyle()->getBorderWidth();
if (! isTransient())
- frame.mwm_border_w = screen->getWindowSty
2
le()->getFrameWidth();
+ frame.mwm_border_w = screen->getWindowStyle()->getFrameWidth();
else
frame.mwm_border_w = 0;
} else {