diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-16 17:37:21 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-16 17:37:21 -0400 |
| commit | d5f9c237b7e81e54e91241d49d2a8ad718bd397c (patch) | |
| tree | ee7d4c75c05b1b2144f83f7f07c1e20bcea6eab3 /redo/table_windows.c | |
| parent | 5d69bc2534cd3a90a2c93c564c2fcfc5accd5fad (diff) | |
Added image lists to Tables and added them to the Windows backend... mostly. There are a few kinks to work out...
Diffstat (limited to 'redo/table_windows.c')
| -rw-r--r-- | redo/table_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
