diff -r 6e2a26341ff9 -r fe75471234f3 src/viewport.cpp --- a/src/viewport.cpp Sat Apr 19 13:07:37 2008 +0000 +++ b/src/viewport.cpp Sat Apr 19 13:17:19 2008 +0000 @@ -170,7 +170,7 @@ * - If bit 31 is clear, it is a tile position. * @param zoom Zoomlevel to display */ -void AssignWindowViewport(Window *w, int x, int y, +void InitializeWindowViewport(Window *w, int x, int y, int width, int height, uint32 follow_flags, ZoomLevel zoom) { assert(w->viewport == NULL);