diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-25 11:51:38 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-25 11:51:38 -0400 |
| commit | 774e4519673cb81c07d3f87f74e4a41755d83051 (patch) | |
| tree | a5bf968c278540d3c367daa46e04e2ec451d1a1d /redo/winapi_windows.h | |
| parent | fe01ebbbcde9f4f058b3967851ccf2f4718710c1 (diff) | |
Switched the image list stuff to a static function/message pair.
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index 1312747..1cf897a 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -38,6 +38,7 @@ enum { msgEndModal, msgAreaKeyDown, msgAreaKeyUp, + msgTableMakeInitialImageList, }; // uitask_windows.c @@ -115,7 +116,6 @@ extern void tableAppendColumn(HWND, int, LPWSTR); extern void tableUpdate(HWND, int); extern void tableAddExtendedStyles(HWND, LPARAM); extern void tableAutosizeColumns(HWND, int); -extern void tableSetCheckboxImageList(HWND); extern intptr_t tableSelectedItem(HWND); extern void tableSelectItem(HWND, intptr_t); |
