summaryrefslogtreecommitdiff
path: root/src/window_gui.h
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_gui.h
parent86ca408d469811d13a15d5c7a671feda38126eb0 (diff)
downloadopenttd-3d05c31031e3c6759a246cabe761b0edd01dc6a7.tar.xz
(svn r15627) -Documentation: Add two Doxygen strings (Alberth).
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h2
1 files changed, 1 insertions, 1 deletions
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()