summaryrefslogtreecommitdiff
path: root/redo/winapi_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-25 14:04:20 -0400
committerPietro Gagliardi <[email protected]>2014-08-25 14:04:20 -0400
commit14100cd1722a258a20ee825ee8cc4bbfd32a9a06 (patch)
tree55973ac21385b95a798a8c4239a92c4b4ec426fa /redo/winapi_windows.h
parent3b703fc2416590f4b2172ed0e2371e8e1b81c77d (diff)
Implemented changing themes in Windows Tables. Phew...
Diffstat (limited to 'redo/winapi_windows.h')
-rw-r--r--redo/winapi_windows.h2
1 files changed, 1 insertions, 1 deletions
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);