From 3d05c31031e3c6759a246cabe761b0edd01dc6a7 Mon Sep 17 00:00:00 2001 From: belugas Date: Fri, 6 Mar 2009 03:01:35 +0000 Subject: (svn r15627) -Documentation: Add two Doxygen strings (Alberth). --- src/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window.cpp') 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() { -- cgit v1.2.3-54-g00ecf