diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-08 15:11:42 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-08 15:11:42 -0500 |
| commit | 3bc6fed2c13c0f0346afa65022169ff687ab2a3c (patch) | |
| tree | 8e7797fdb32edbe0a5afe038ac08acaa1d2b7e13 /wintable/new/api.h | |
| parent | 9b3555f25714252f7739a5d941563c95d718dc73 (diff) | |
Some TODO resolution.
Diffstat (limited to 'wintable/new/api.h')
| -rw-r--r-- | wintable/new/api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wintable/new/api.h b/wintable/new/api.h index d29d3b2..f066a19 100644 --- a/wintable/new/api.h +++ b/wintable/new/api.h @@ -4,7 +4,7 @@ HANDLER(apiHandlers) { switch (uMsg) { case WM_SETFONT: - // TODO release old font? + // 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? |
