From 20b6a3cf2a67972d50e0287be8306ea5307922e2 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 19 Nov 2014 10:17:29 -0500 Subject: [PATCH] More TODOs. --- wintable/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wintable/main.c b/wintable/main.c index f4c5a9a..b6edc22 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -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) abort(); + // TODO double-check to see if this takes any parameters xoff = SendMessageW(t->header, HDM_GETBITMAPMARGIN, 0, 0); // now adjust for horizontal scrolling xoff -= t->hpos;