src/viewport.cpp
changeset 10257 fe75471234f3
parent 10255 5600b575e6e7
child 10399 79a272c88359
--- 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);