From 61d6d46164f02df6e64e1846f88495193ef7f915 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 18 Feb 2015 03:52:48 -0500 Subject: [PATCH] More TODOs. --- wintable/main.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wintable/main.h b/wintable/main.h index f5fc4c4..ad2db1b 100644 --- a/wintable/main.h +++ b/wintable/main.h @@ -16,6 +16,8 @@ // - checkbox columns don't clip to the column width // - send standard notification codes // - seriously figure out how we're going to update everything about the table in one place +// - redraw on focus change +// - draw themed WS_EX_CLIENTEDGE (and WS_EX_WINDOWEDGE?) #include "includethis.h"