Updated a stale comment.

This commit is contained in:
Pietro Gagliardi 2017-05-28 21:55:10 -04:00
parent 02020e676a
commit d979f7a93e
1 changed files with 1 additions and 1 deletions

View File

@ -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().