diff options
| author | Pietro Gagliardi <[email protected]> | 2014-11-19 10:17:29 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-11-19 10:17:29 -0500 |
| commit | 20b6a3cf2a67972d50e0287be8306ea5307922e2 (patch) | |
| tree | 0edb87795b3242e274cf10e2b047932599409028 /wintable/main.c | |
| parent | 896239371e5feca46ea63cd0911bd30ef1f9c3ed (diff) | |
More TODOs.
Diffstat (limited to 'wintable/main.c')
| -rw-r--r-- | wintable/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
