From 88f9c7ea19ed62ba7cfa6321698daa196170ec94 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 4 Dec 2015 23:49:04 -0500 Subject: [PATCH] Quick comment update for previous commit. --- windows/utilwin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/utilwin.c b/windows/utilwin.c index f8b702d8..203e783e 100644 --- a/windows/utilwin.c +++ b/windows/utilwin.c @@ -8,6 +8,7 @@ // - It handles WM_QUERYENDSESSION and console end session requests. // - It has a timer to run resizes. // - It handles WM_WININICHANGE and forwards the message to any child windows that request it. +// - It handles executing functions queued to run by uiQueueMain(). #define utilWindowClass L"libui_utilWindowClass"