diff options
| author | Pietro Gagliardi <[email protected]> | 2015-02-17 22:00:16 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-02-17 22:00:16 -0500 |
| commit | 56042ac3b3a56915524ed133cf6d8df926dfaec1 (patch) | |
| tree | f2d940d831c7b2ab2fb2d5ae184a36dc448ea029 /table_windows.c | |
| parent | 1913564fda999c748a4b7dd853c12e6120387e08 (diff) | |
Fixed many build errors. Not done yet.
Diffstat (limited to 'table_windows.c')
| -rw-r--r-- | table_windows.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/table_windows.c b/table_windows.c index 10bbb2c..ea5b50c 100644 --- a/table_windows.c +++ b/table_windows.c @@ -28,7 +28,8 @@ static LRESULT CALLBACK tableSubProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM tableFreeCellData(gotable, tnm->data); return 0; case tableNotificationCellCheckboxToggled: - // TODO + tableToggled(gotable, tnm->row, tnm->column); + return 0; // TODO selection changed } return (*fv_DefSubclassProc)(hwnd, uMsg, wParam, lParam); |
