summaryrefslogtreecommitdiff
path: root/redo/winapi_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-16 17:37:21 -0400
committerPietro Gagliardi <[email protected]>2014-08-16 17:37:21 -0400
commitd5f9c237b7e81e54e91241d49d2a8ad718bd397c (patch)
treeee7d4c75c05b1b2144f83f7f07c1e20bcea6eab3 /redo/winapi_windows.h
parent5d69bc2534cd3a90a2c93c564c2fcfc5accd5fad (diff)
Added image lists to Tables and added them to the Windows backend... mostly. There are a few kinks to work out...
Diffstat (limited to 'redo/winapi_windows.h')
-rw-r--r--redo/winapi_windows.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h
index c6a2c63..589fbec 100644
--- a/redo/winapi_windows.h
+++ b/redo/winapi_windows.h
@@ -117,6 +117,7 @@ extern HWND newArea(void *);
// imagelist_windows.c
extern HBITMAP unscaledBitmap(void *, intptr_t, intptr_t);
extern HIMAGELIST newImageList(int, int);
-extern void addImage(HIMAGELIST, HBITMAP, int, int, int, int);
+extern void addImage(HIMAGELIST, HWND, HBITMAP, int, int, int, int);
+extern void applyImageList(HWND, UINT, WPARAM, HIMAGELIST);
#endif