Updated a stale comment.
This commit is contained in:
parent
02020e676a
commit
d979f7a93e
|
@ -5,7 +5,7 @@
|
||||||
// It is not a message-only window, and it is always hidden and disabled.
|
// It is not a message-only window, and it is always hidden and disabled.
|
||||||
// Its roles:
|
// Its roles:
|
||||||
// - It is the initial parent of all controls. When a control loses its parent, it also becomes that control's parent.
|
// - It is the initial parent of all controls. When a control loses its parent, it also becomes that control's parent.
|
||||||
// - It handles WM_QUERYENDSESSION and console end session requests.
|
// - It handles WM_QUERYENDSESSION requests.
|
||||||
// - It handles WM_WININICHANGE and forwards the message to any child windows that request it.
|
// - It handles WM_WININICHANGE and forwards the message to any child windows that request it.
|
||||||
// - It handles executing functions queued to run by uiQueueMain().
|
// - It handles executing functions queued to run by uiQueueMain().
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue