From 010c989da9202f7261a98671377054867ba0d46d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 17 Feb 2015 12:59:28 -0500 Subject: [PATCH] Even more TODOs. --- wintable/select.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wintable/select.h b/wintable/select.h index 2361e24..898865a 100644 --- a/wintable/select.h +++ b/wintable/select.h @@ -118,6 +118,7 @@ HANDLER(mouseDownSelectHandler) // TODO separate this from here // TODO other mouse buttons? // don't check SetFocus()'s error (http://stackoverflow.com/questions/24073695/winapi-can-setfocus-return-null-without-an-error-because-thats-what-im-see) + // TODO NotifyWinEvent() here? SetFocus(t->hwnd); rc = lParamToRowColumn(t, lParam); // don't check if lParamToRowColumn() returned row -1 or column -1; we want deselection behavior