Resolved some TODOs.
This commit is contained in:
parent
df4fbb12ed
commit
e966a9b725
|
@ -10,9 +10,6 @@ struct drawCellParams {
|
||||||
LRESULT xoff; // result of HDM_GETBITMAPMARGIN
|
LRESULT xoff; // result of HDM_GETBITMAPMARGIN
|
||||||
};
|
};
|
||||||
|
|
||||||
//TODO delete when done
|
|
||||||
static int current = 0;
|
|
||||||
|
|
||||||
static void drawCell(struct table *t, HDC dc, struct drawCellParams *p)
|
static void drawCell(struct table *t, HDC dc, struct drawCellParams *p)
|
||||||
{
|
{
|
||||||
RECT r;
|
RECT r;
|
||||||
|
@ -67,8 +64,6 @@ static void draw(struct table *t, HDC dc, RECT cliprect, RECT client)
|
||||||
|
|
||||||
prevfont = selectFont(t, dc, &newfont);
|
prevfont = selectFont(t, dc, &newfont);
|
||||||
|
|
||||||
current = 0;
|
|
||||||
|
|
||||||
client.top += t->headerHeight;
|
client.top += t->headerHeight;
|
||||||
|
|
||||||
ZeroMemory(&p, sizeof (struct drawCellParams));
|
ZeroMemory(&p, sizeof (struct drawCellParams));
|
||||||
|
|
Loading…
Reference in New Issue