summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-12-12 10:57:37 -0500
committerPietro Gagliardi <[email protected]>2014-12-12 10:57:37 -0500
commit35519ab61c5f6c9120a0cc9e8f0e84711b55feb1 (patch)
treebc8eae70cde289e8b0155a85c0ba882a9eb82209
parentddb4533affe337000b305be955284f244b99b97c (diff)
More TODOs.
-rw-r--r--wintable/new/api.h2
1 files changed, 1 insertions, 1 deletions
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: