Highlight only the focused window.

SVN revision: 9738
This commit is contained in:
Kim Woelders 2004-04-15 19:54:54 +00:00
parent 9e0ceff303
commit 7a317daa8a
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ static void
FocusEwinSetActive(EWin * ewin, int active)
{
ewin->active = active;
EwinBorderDraw(ewin, 0, 1);
EwinBorderDraw(ewin, 0, 0);
FocusEwinSetGrabs(ewin);
}