From 35519ab61c5f6c9120a0cc9e8f0e84711b55feb1 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 12 Dec 2014 10:57:37 -0500 Subject: More TODOs. --- wintable/new/api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wintable/new/api.h') diff --git a/wintable/new/api.h b/wintable/new/api.h index 4167d98..7ec9afc 100644 --- a/wintable/new/api.h +++ b/wintable/new/api.h @@ -19,8 +19,8 @@ HANDLER(apiHandlers) // don't free the old font; see http://blogs.msdn.com/b/oldnewthing/archive/2008/09/12/8945692.aspx t->font = (HFONT) wParam; SendMessageW(t->header, WM_SETFONT, wParam, lParam); - // TODO reposition header? // TODO how to properly handle LOWORD(lParam) != FALSE? + // TODO depending on the result of the above, update table width to refresh t->headerHeight? *lResult = 0; return TRUE; case WM_GETFONT: -- cgit v1.2.3