More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-11-13 12:14:29 -05:00
parent 4697976fa7
commit bdcb4516b7
2 changed files with 2 additions and 0 deletions

1
future
View File

@ -1,6 +1,7 @@
windows
- WM_WININICHANGED, etc. (TODO get a full list) causing size recomputations
- check +, =, and - key handling for checkboxes
- Area and sharedWndProc(): http://blogs.msdn.com/b/oldnewthing/archive/2006/01/03/508694.aspx
C interop
- substitute intmax_t and uintmax_t for all uses of intptr_t and uintptr_t

View File

@ -43,6 +43,7 @@ enum {
// - checkbox events
// - space to toggle (TODO); + or = to set; - to clear (see http://msdn.microsoft.com/en-us/library/windows/desktop/bb775941%28v=vs.85%29.aspx)
// - TODO figure out which notification is needed
// - http://blogs.msdn.com/b/oldnewthing/archive/2006/01/03/508694.aspx
#define tableWindowClass L"gouitable"