From c9f7a2191afe7d25789588e57c1d830894f4aecc Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 13 Aug 2014 17:31:40 -0400 Subject: [PATCH] Added missing URL from comments. --- redo/uitask_windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redo/uitask_windows.c b/redo/uitask_windows.c index eec2b73..d31a446 100644 --- a/redo/uitask_windows.c +++ b/redo/uitask_windows.c @@ -29,7 +29,7 @@ void uimsgloop(void) focus = GetFocus(); if (focus != NULL) { // theoretically we could use the class atom to avoid a wcscmp() - // however, raymond chen advises against this - TODO_get_URL + // however, raymond chen advises against this - http://blogs.msdn.com/b/oldnewthing/archive/2004/10/11/240744.aspx // while I have no idea what could deregister *my* window class from under *me*, better safe than sorry // we could also theoretically just send msgAreaDefocuses directly, but what DefWindowProc() does to a WM_APP message is undocumented if (GetClassNameW(focus, classchk, NAREACLASS) == 0)