Fix normal border when fullscreen at startup.

SVN revision: 11230
This commit is contained in:
Kim Woelders 2004-08-15 05:02:14 +00:00
parent 322afc36f6
commit 67e4621c85
1 changed files with 1 additions and 1 deletions

View File

@ -1152,7 +1152,7 @@ EwinBorderSelect(EWin * ewin)
if (!b)
b = FindItem("__FALLBACK_BORDER", 0, LIST_FINDBY_NAME, LIST_TYPE_BORDER);
ewin->border = b;
ewin->normal_border = ewin->border = b;
}
/*