From ef4476d92dc1d860480d9c912de6c79ff39a4512 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 +- src/window_gui.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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() { diff --git a/src/window_gui.h b/src/window_gui.h index adea97960..897a2992e 100644 --- a/src/window_gui.h +++ b/src/window_gui.h @@ -584,7 +584,7 @@ enum WindowFlags { WF_SCROLL_DOWN = 1 << 5, ///< Lower scroll button has been pressed, @see ScrollbarClickHandler() WF_SCROLL_MIDDLE = 1 << 6, ///< Scrollbar scrolling, @see ScrollbarClickHandler() WF_HSCROLL = 1 << 7, - WF_SIZING = 1 << 8, + WF_SIZING = 1 << 8, ///< Window is being resized. WF_STICKY = 1 << 9, ///< Window is made sticky by user WF_DISABLE_VP_SCROLL = 1 << 10, ///< Window does not do autoscroll, @see HandleAutoscroll() -- cgit v1.2.3-54-g00ecf