diff options
| author | Pietro Gagliardi <[email protected]> | 2014-11-20 18:28:01 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-11-20 18:28:01 -0500 |
| commit | b5bc1077b82a294e6bf2bb2e5807f8ec1fc6a46d (patch) | |
| tree | dafcfe8124c776f2ef3fcc122a3d351778644020 | |
| parent | 83d36265f11f0b4f1cc55e677c4850401d9e630d (diff) | |
More TODOs.
| -rw-r--r-- | wintable/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wintable/main.c b/wintable/main.c index 6f1b3d8..db57a88 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -46,6 +46,8 @@ enum { // - TODO figure out which notification is needed // - http://blogs.msdn.com/b/oldnewthing/archive/2006/01/03/508694.aspx // - free all allocated resources on WM_DESTROY +// - rename lastmouse +// - or perhaps do a general cleanup of the checkbox and mouse event code... #define tableWindowClass L"gouitable" |
