summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-13 19:01:26 +0000
committerrubidium <rubidium@openttd.org>2008-04-13 19:01:26 +0000
commit23105577167343a3379769af09b63413d643a277 (patch)
tree48e316652b7197423d8e327cc12fd246261e2d53 /src/window_gui.h
parent87ddcb0d5a2c8f4aad464d1aebea7660259c18d8 (diff)
downloadopenttd-23105577167343a3379769af09b63413d643a277.tar.xz
(svn r12693) -Documentation: add some documentation to some window related stuff. Based on a patch by Albert.
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 dc28614b0..330a6f6e9 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -307,7 +307,7 @@ struct Window {
byte caption_color; ///< Background color of the window caption, contains PlayerID
WindowProc *wndproc; ///< Event handler function for the window
- ViewPort *viewport; ///< Pointer to viewport, if present (structure is part of derived class)
+ ViewPort *viewport; ///< Pointer to viewport, if present
const Widget *original_widget; ///< Original widget layout, copied from WindowDesc
Widget *widget; ///< Widgets of the window
uint widget_count; ///< Number of widgets of the window