code clean-ups

This commit is contained in:
unK
2008-09-02 03:53:13 +02:00
parent 184df520b9
commit a37882f62a
10 changed files with 141 additions and 144 deletions

View File

@@ -151,7 +151,7 @@ void Scrollpad::Resize(int width, int height)
}
}
void Scrollpad::Go(WHERE where)
void Scrollpad::Go(Where where)
{
int MaxBeginning;
@@ -197,7 +197,7 @@ void Scrollpad::Go(WHERE where)
}
}
void Scrollpad::SetBorder(BORDER border)
void Scrollpad::SetBorder(Border border)
{
if (have_to_recreate(border))
recreate_win();