diff options
Diffstat (limited to 'plugins/Clist_nicer/INCLUDE')
-rw-r--r-- | plugins/Clist_nicer/INCLUDE/clc.h | 1 | ||||
-rw-r--r-- | plugins/Clist_nicer/INCLUDE/commonheaders.h | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Clist_nicer/INCLUDE/clc.h b/plugins/Clist_nicer/INCLUDE/clc.h index 27cb5d9a62..7a78e52564 100644 --- a/plugins/Clist_nicer/INCLUDE/clc.h +++ b/plugins/Clist_nicer/INCLUDE/clc.h @@ -340,6 +340,7 @@ struct TCluiData { DWORD dwFlags;
DWORD topOffset, bottomOffset;
int statusBarHeight;
+ int soundsOff;
BYTE tabSRMM_Avail;
BYTE bMetaAvail;
BYTE bAvatarServiceAvail;
diff --git a/plugins/Clist_nicer/INCLUDE/commonheaders.h b/plugins/Clist_nicer/INCLUDE/commonheaders.h index 2b52d2734d..6a2e363544 100644 --- a/plugins/Clist_nicer/INCLUDE/commonheaders.h +++ b/plugins/Clist_nicer/INCLUDE/commonheaders.h @@ -192,6 +192,9 @@ // shared vars
extern HINSTANCE g_hInst;
+extern LONG g_cxsmIcon, g_cysmIcon;
+extern StatusItems_t *StatusItems;
+extern ImageItem *g_glyphItem;
/* most free()'s are invalid when the code is executed from a dll, so this changes
all the bad free()'s to good ones, however it's still incorrect code. The reasons for not
|