From 9d10a7f90c4c1d91ea6e2ec04b49f65b04d487e6 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 23 Nov 2014 12:43:11 -0500 Subject: [PATCH] More TODOs. --- wintable/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wintable/main.c b/wintable/main.c index 38adf8b..fb5682b 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -49,6 +49,7 @@ enum { // - rename lastmouse // - or perhaps do a general cleanup of the checkbox and mouse event code... // - figure out why initial draw pretends there is no header +// - find places where the top-left corner of the client rect is assumed to be (0, 0) #define tableWindowClass L"gouitable"