(svn r15627) -Documentation: Add two Doxygen strings (Alberth).

This commit is contained in:
belugas
2009-03-06 03:01:35 +00:00
parent 86ca408d46
commit 3d05c31031
2 changed files with 2 additions and 2 deletions

View File

@@ -1347,7 +1347,7 @@ void ResizeWindow(Window *w, int x, int y)
w->SetDirty();
}
static bool _dragging_window;
static bool _dragging_window; ///< A window is being dragged or resized.
static bool HandleWindowDragging()
{