From 1a515e6344028854c855671c19f49d8f869eb18f Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 1 May 2011 19:14:12 +0000 Subject: (svn r22405) -Document: some more "random-ish" tidbits --- src/widget.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/widget.cpp') diff --git a/src/widget.cpp b/src/widget.cpp index 9d928f9df..6c699b533 100644 --- a/src/widget.cpp +++ b/src/widget.cpp @@ -1833,6 +1833,7 @@ void NWidgetViewport::UpdateViewportCoordinates(Window *w) /** * Compute the row of a scrolled widget that a user clicked in. * @param clickpos Vertical position of the mouse click (without taking scrolling into account). + * @param w The window the click was in. * @param widget Widget number of the widget clicked in. * @param padding Amount of empty space between the widget edge and the top of the first row. Default value is \c 0. * @param line_height Height of a single row. A negative value means using the vertical resize step of the widget. -- cgit v1.2.3-54-g00ecf