diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-18 19:48:48 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-18 19:48:48 -0500 |
| commit | f2dc77e9a16eaca36ec24597278f0c1cb8a71292 (patch) | |
| tree | dc2e9841b4138b897d8e228d30f062354382f754 | |
| parent | 422b2f183ae643a8bcdaa1ba76f8f2ff34b42d1b (diff) | |
More TODOs.
| -rw-r--r-- | wintable/new/coord.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wintable/new/coord.h b/wintable/new/coord.h index 5810cb9..6de4f2b 100644 --- a/wintable/new/coord.h +++ b/wintable/new/coord.h @@ -1,6 +1,6 @@ // 4 december 2014 -// TODO find a better place for these +// TODO find a better place for these (metrics.h?) static LONG textHeight(struct table *t, HDC dc, BOOL select) { BOOL release; @@ -29,6 +29,7 @@ static LONG textHeight(struct table *t, HDC dc, BOOL select) #define tableImageWidth() GetSystemMetrics(SM_CXSMICON) #define tableImageHeight() GetSystemMetrics(SM_CYSMICON) +// TODO omit column types that are not present? static LONG rowHeight(struct table *t, HDC dc, BOOL select) { LONG height; |
