1
0
Fork 0

(svn r21017) -Doc: Small fixes (by Krille).

release/1.1
alberth 2010-10-23 18:12:38 +00:00
parent 9d76b6f37f
commit af941fc598
2 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ void DeleteWindowViewport(Window *w)
* @param height Height of the viewport * @param height Height of the viewport
* @param follow_flags Flags controlling the viewport. * @param follow_flags Flags controlling the viewport.
* - If bit 31 is set, the lower 16 bits are the vehicle that the viewport should follow. * - If bit 31 is set, the lower 16 bits are the vehicle that the viewport should follow.
* - If bit 31 is clear, it is a tile position. * - If bit 31 is clear, it is a #TileIndex.
* @param zoom Zoomlevel to display * @param zoom Zoomlevel to display
*/ */
void InitializeWindowViewport(Window *w, int x, int y, void InitializeWindowViewport(Window *w, int x, int y,

View File

@ -1573,7 +1573,7 @@ void NWidgetViewport::Draw(const Window *w)
/** /**
* Initialize the viewport of the window. * Initialize the viewport of the window.
* @param w Window owning the viewport. * @param w Window owning the viewport.
* @param follow_flags Type of viewport, see #InitializeViewport(). * @param follow_flags Type of viewport, see #InitializeWindowViewport().
* @param zoom Zoom level. * @param zoom Zoom level.
*/ */
void NWidgetViewport::InitializeViewport(Window *w, uint32 follow_flags, ZoomLevel zoom) void NWidgetViewport::InitializeViewport(Window *w, uint32 follow_flags, ZoomLevel zoom)