diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-03 19:55:00 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-03 19:55:00 -0500 |
| commit | 5c22fceb9bce5fa3aad188f0c25cac9518c96834 (patch) | |
| tree | b1debf14e523464750baf3ac2611619bd8a54cbc /wintable/main.c | |
| parent | 5b904dfa9418a34d2beb6178f5b6cc5aa8da355c (diff) | |
More TODOs.
Diffstat (limited to 'wintable/main.c')
| -rw-r--r-- | wintable/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wintable/main.c b/wintable/main.c index 6a4c27a..4f1b3e2 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -51,7 +51,7 @@ enum { // - or perhaps do a general cleanup of the checkbox and mouse event code... // - figure out why initial draw pretends there is no header // - find places where the top-left corner of the client rect is assumed to be (0, 0) -// - figure out how we can split this into multiple files to make this easier to manage +// - rewrite a lot of this crap to make better sense of coordinates and item counts, get rid of needless resizing and redrawing, etc. #define tableWindowClass L"gouitable" |
