summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2009-03-06 03:01:35 +0000
committerbelugas <belugas@openttd.org>2009-03-06 03:01:35 +0000
commit3d05c31031e3c6759a246cabe761b0edd01dc6a7 (patch)
treef8dfdafd5740cfcf0ed3618d7a4a3287732152d0 /src/window.cpp
parent86ca408d469811d13a15d5c7a671feda38126eb0 (diff)
downloadopenttd-3d05c31031e3c6759a246cabe761b0edd01dc6a7.tar.xz
(svn r15627) -Documentation: Add two Doxygen strings (Alberth).
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 14fa0a275..a72935021 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -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()
{