forked from mirror/OpenTTD
(svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation.
This commit is contained in:
@@ -1549,6 +1549,9 @@ static inline void ViewportDraw(const ViewPort *vp, int left, int top, int right
|
||||
ViewportDrawChk(vp, left, top, right, bottom);
|
||||
}
|
||||
|
||||
/**
|
||||
* Draw the viewport of this window.
|
||||
*/
|
||||
void Window::DrawViewport() const
|
||||
{
|
||||
DrawPixelInfo *dpi = _cur_dpi;
|
||||
|
Reference in New Issue
Block a user