More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-11-19 10:17:29 -05:00
parent 896239371e
commit 20b6a3cf2a
1 changed files with 1 additions and 0 deletions

View File

@ -592,6 +592,7 @@ static void drawItem(struct table *t, HDC dc, intptr_t i, LONG y, LONG height, R
if (FillRect(dc, &rsel, background) == 0) if (FillRect(dc, &rsel, background) == 0)
abort(); abort();
// TODO double-check to see if this takes any parameters
xoff = SendMessageW(t->header, HDM_GETBITMAPMARGIN, 0, 0); xoff = SendMessageW(t->header, HDM_GETBITMAPMARGIN, 0, 0);
// now adjust for horizontal scrolling // now adjust for horizontal scrolling
xoff -= t->hpos; xoff -= t->hpos;