diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-17 15:30:10 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-17 15:30:10 -0400 |
| commit | d7c173cc05f139d012618e48e2dbfc4454732126 (patch) | |
| tree | 2cf0f7875bdcb6d4c41952974d7b8f5684ce2946 /redo/uitask_windows.c | |
| parent | 38e7565c378a9da93d04f41ab166f5bdac09de32 (diff) | |
Began implementing checkboxes in the Windows Table.
Diffstat (limited to 'redo/uitask_windows.c')
| -rw-r--r-- | redo/uitask_windows.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/uitask_windows.c b/redo/uitask_windows.c index 7a20bbe..85203da 100644 --- a/redo/uitask_windows.c +++ b/redo/uitask_windows.c @@ -82,6 +82,7 @@ static LRESULT CALLBACK msgwinproc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM l // initial makeCheckboxImageList(hwnd); return 0; + // TODO respond to WM_THEMECHANGED case msgRequest: doissue((void *) lParam); return 0; |
