From 51c7ba39a4875272b420918e91e36c9b40f2f1a2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 19 Apr 2008 13:17:19 +0000 Subject: (svn r12789) -Codechange: rename AssignWindowViewport to InitializeWindowViewport because the viewport is now part of the window struct. Patch by Alberth. --- src/viewport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/viewport.cpp') diff --git a/src/viewport.cpp b/src/viewport.cpp index 582943b64..39aff812d 100644 --- a/src/viewport.cpp +++ b/src/viewport.cpp @@ -170,7 +170,7 @@ void DeleteWindowViewport(Window *w) * - 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); -- cgit v1.2.3-54-g00ecf