diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-18 19:28:12 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-18 19:28:12 -0500 |
| commit | 22d82f6bd0c8680dcee05caab18da4b9c3f435f0 (patch) | |
| tree | 9caf1dfc4b6e77daf37bf79e8a6deb4cdc4a2c93 | |
| parent | 28b20d1039b94b23a1909923bbb63c512b826b1d (diff) | |
More TODOs.
| -rw-r--r-- | wintable/new/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wintable/new/main.c b/wintable/new/main.c index 2450bb4..d63d133 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -29,6 +29,7 @@ // - make access to column widths consistent; see whether HDITEMW.cxy == (ITEMRECT.right - ITEMRECT.left) // - make sure all uses of t->headerHeight are ADDED to RECT.top // - do we maintain the scrolling metaphor? +// - WM_THEMECHANGED, etc. #define tableWindowClass L"gouitable" |
