From d5f9c237b7e81e54e91241d49d2a8ad718bd397c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 16 Aug 2014 17:37:21 -0400 Subject: Added image lists to Tables and added them to the Windows backend... mostly. There are a few kinks to work out... --- redo/table_windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/table_windows.c') diff --git a/redo/table_windows.c b/redo/table_windows.c index b25ebab..d5ca418 100644 --- a/redo/table_windows.c +++ b/redo/table_windows.c @@ -15,7 +15,7 @@ static LRESULT CALLBACK tableSubProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM case msgNOTIFY: switch (nmhdr->code) { case LVN_GETDISPINFO: - tableGetCellText((void *) data, fill->item.iItem, fill->item.iSubItem, &(fill->item.pszText)); + tableGetCell((void *) data, &(fill->item)); return 0; } return (*fv_DefSubclassProc)(hwnd, uMsg, wParam, lParam); -- cgit v1.2.3