ugh, misspelling

This commit is contained in:
Marius Nita 2002-11-06 14:05:08 +00:00
parent 29d640fdc2
commit 746e55f74b

View file

@ -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->getWindowSty2le()->getFrameWidth();
frame.mwm_border_w = screen->getWindowStyle()->getFrameWidth();
else
frame.mwm_border_w = 0;
} else {