summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-13 17:31:40 -0400
committerPietro Gagliardi <[email protected]>2014-08-13 17:31:40 -0400
commitc9f7a2191afe7d25789588e57c1d830894f4aecc (patch)
tree2ab698cde7fb44ab9c1bc00248ec60ae5eee2ada
parentc167753bd93b62af765b1805f1659dea946dcb65 (diff)
Added missing URL from comments.
-rw-r--r--redo/uitask_windows.c2
1 files changed, 1 insertions, 1 deletions
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)