mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 20:12:42 +00:00
Codechange: Make some variables and constants documentation comments recognised by doxygen.
This commit is contained in:
committed by
rubidium42
parent
7a6b7fb1f0
commit
21bee91fa7
+2
-2
@@ -77,9 +77,9 @@ WindowList _z_windows;
|
||||
/** If false, highlight is white, otherwise the by the widget defined colour. */
|
||||
bool _window_highlight_colour = false;
|
||||
|
||||
/*
|
||||
/**
|
||||
* Window that currently has focus. - The main purpose is to generate
|
||||
* #FocusLost events, not to give next window in z-order focus when a
|
||||
* #Window::OnFocusLost events, not to give next window in z-order focus when a
|
||||
* window is closed.
|
||||
*/
|
||||
Window *_focused_window;
|
||||
|
||||
Reference in New Issue
Block a user