From b5bc1077b82a294e6bf2bb2e5807f8ec1fc6a46d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 20 Nov 2014 18:28:01 -0500 Subject: [PATCH] More TODOs. --- wintable/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wintable/main.c b/wintable/main.c index 6f1b3d8..db57a88 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -46,6 +46,8 @@ enum { // - TODO figure out which notification is needed // - http://blogs.msdn.com/b/oldnewthing/archive/2006/01/03/508694.aspx // - free all allocated resources on WM_DESTROY +// - rename lastmouse +// - or perhaps do a general cleanup of the checkbox and mouse event code... #define tableWindowClass L"gouitable"