From f3f6b07ef0dfed5029ccf5c780295caaad85bb71 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 27 May 2019 18:54:52 +0300 Subject: stupid constants replaced with the smarter ones --- include/m_clist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/m_clist.h b/include/m_clist.h index 2739ae2a05..37751dc3fa 100644 --- a/include/m_clist.h +++ b/include/m_clist.h @@ -267,8 +267,8 @@ struct CLISTEVENT // gets the image list with all the useful icons in it // the members of this image list are opaque, and you should trust what you are given -#define IMAGE_GROUPOPEN 11 -#define IMAGE_GROUPSHUT 12 +#define IMAGE_GROUPOPEN (MAX_STATUS_COUNT+1) +#define IMAGE_GROUPSHUT (MAX_STATUS_COUNT+2) #ifdef _INC_COMMCTRL EXTERN_C MIR_APP_DLL(HIMAGELIST) Clist_GetImageList(void); -- cgit v1.2.3