summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 6cd218793..c0beaf323 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -171,9 +171,9 @@ struct WindowDesc : ZeroedMemoryAllocator {
~WindowDesc();
- WindowPosition default_pos; ///< Prefered position of the window. @see WindowPosition()
- int16 default_width; ///< Prefered initial width of the window.
- int16 default_height; ///< Prefered initial height of the window.
+ WindowPosition default_pos; ///< Preferred position of the window. @see WindowPosition()
+ int16 default_width; ///< Preferred initial width of the window.
+ int16 default_height; ///< Preferred initial height of the window.
WindowClass cls; ///< Class of the window, @see WindowClass.
WindowClass parent_cls; ///< Class of the parent window. @see WindowClass
uint32 flags; ///< Flags. @see WindowDefaultFlag
@@ -284,7 +284,7 @@ public:
WindowNumber window_number; ///< Window number within the window class
uint8 timeout_timer; ///< Timer value of the WF_TIMEOUT for flags.
- uint8 white_border_timer; ///< Timervalue of the WF_WHITE_BORDER for flags.
+ uint8 white_border_timer; ///< Timer value of the WF_WHITE_BORDER for flags.
int left; ///< x position of left edge of the window
int top; ///< y position of top edge of the window