More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-12-12 10:57:37 -05:00
parent ddb4533aff
commit 35519ab61c
1 changed files with 1 additions and 1 deletions

View File

@ -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: