From 14100cd1722a258a20ee825ee8cc4bbfd32a9a06 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 25 Aug 2014 14:04:20 -0400 Subject: Implemented changing themes in Windows Tables. Phew... --- redo/winapi_windows.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/winapi_windows.h') diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index 1cf897a..4a1791c 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -144,7 +144,7 @@ enum { checkboxStatePushed = 1 << 2, checkboxnStates = 1 << 3, }; -extern HIMAGELIST makeCheckboxImageList(HWND); +extern HIMAGELIST makeCheckboxImageList(HWND, HTHEME *); // dialog_windows.c extern WCHAR *openFile(void); -- cgit v1.2.3