More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-12-18 19:48:48 -05:00
parent 422b2f183a
commit f2dc77e9a1
1 changed files with 2 additions and 1 deletions

View File

@ -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;