From cbdcfde4b22d219f5ffe802cb03fb736517cdd72 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 16 Jun 2012 05:35:58 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@442 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_skin.h | 90 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 46 insertions(+), 44 deletions(-) (limited to 'include/m_skin.h') diff --git a/include/m_skin.h b/include/m_skin.h index b36620311a..31fd5e2361 100644 --- a/include/m_skin.h +++ b/include/m_skin.h @@ -36,53 +36,55 @@ __inline static HANDLE LoadSkinnedIconHandle(int id) {return (HANDLE)CallService __inline static HICON LoadSkinnedIconBig(int id) {return (HICON)CallService(MS_SKIN_LOADICON, id, 2);} //event icons -#define SKINICON_EVENT_MESSAGE 100 -#define SKINICON_EVENT_URL 101 -#define SKINICON_EVENT_FILE 102 +#define SKINICON_EVENT_MESSAGE 100 +#define SKINICON_EVENT_URL 101 +#define SKINICON_EVENT_FILE 102 //other icons -#define SKINICON_OTHER_MIRANDA 200 -#define SKINICON_OTHER_EXIT 201 -#define SKINICON_OTHER_SHOWHIDE 202 -#define SKINICON_OTHER_GROUPOPEN 203 //v0.1.1.0+ -#define SKINICON_OTHER_USERONLINE 204 //v0.1.0.1+ -#define SKINICON_OTHER_GROUPSHUT 205 //v0.1.1.0+ -#define SKINICON_OTHER_CONNECTING 206 //v0.1.0.1+ -#define SKINICON_OTHER_ADDCONTACT 207 //v0.7.0.2+ -#define SKINICON_OTHER_USERDETAILS 208 //v0.7.0.2+ -#define SKINICON_OTHER_HISTORY 209 //v0.7.0.2+ -#define SKINICON_OTHER_DOWNARROW 210 //v0.7.0.2+ -#define SKINICON_OTHER_FINDUSER 211 //v0.7.0.2+ -#define SKINICON_OTHER_OPTIONS 212 //v0.7.0.2+ -#define SKINICON_OTHER_SENDEMAIL 213 //v0.7.0.2+ -#define SKINICON_OTHER_DELETE 214 //v0.7.0.2+ -#define SKINICON_OTHER_RENAME 215 //v0.7.0.2+ -#define SKINICON_OTHER_SMS 216 //v0.7.0.2+ -#define SKINICON_OTHER_SEARCHALL 217 //v0.7.0.2+ -#define SKINICON_OTHER_TICK 218 //v0.7.0.2+ -#define SKINICON_OTHER_NOTICK 219 //v0.7.0.2+ -#define SKINICON_OTHER_HELP 220 //v0.7.0.2+ -#define SKINICON_OTHER_MIRANDAWEB 221 //v0.7.0.2+ -#define SKINICON_OTHER_TYPING 222 //v0.7.0.2+ -#define SKINICON_OTHER_SMALLDOT 223 //v0.7.0.2+ -#define SKINICON_OTHER_FILLEDBLOB 224 //v0.7.0.2+ -#define SKINICON_OTHER_EMPTYBLOB 225 //v0.7.0.2+ -#define SKINICON_OTHER_UNICODE 226 //v0.7.0.19+ -#define SKINICON_OTHER_ANSI 227 //v0.7.0.19+ -#define SKINICON_OTHER_LOADED 228 //v0.7.0.19+ -#define SKINICON_OTHER_NOTLOADED 229 //v0.7.0.19+ -#define SKINICON_OTHER_UNDO 230 //v0.8.0.4+ -#define SKINICON_OTHER_WINDOW 231 //v0.8.0.4+ -#define SKINICON_OTHER_WINDOWS 232 //v0.8.0.4+ -#define SKINICON_OTHER_ACCMGR 233 //v0.8.0.4+ -#define SKINICON_OTHER_MAINMENU 234 //v0.8.0.12+ -#define SKINICON_OTHER_STATUS 235 //v0.8.0.12+ -#define SKINICON_CHAT_JOIN 236 //v0.8.0.27+ -#define SKINICON_CHAT_LEAVE 237 //v0.8.0.27+ +#define SKINICON_OTHER_MIRANDA 200 +#define SKINICON_OTHER_EXIT 201 +#define SKINICON_OTHER_SHOWHIDE 202 +#define SKINICON_OTHER_GROUPOPEN 203 //v0.1.1.0+ +#define SKINICON_OTHER_USERONLINE 204 //v0.1.0.1+ +#define SKINICON_OTHER_GROUPSHUT 205 //v0.1.1.0+ +#define SKINICON_OTHER_CONNECTING 206 //v0.1.0.1+ +#define SKINICON_OTHER_ADDCONTACT 207 //v0.7.0.2+ +#define SKINICON_OTHER_USERDETAILS 208 //v0.7.0.2+ +#define SKINICON_OTHER_HISTORY 209 //v0.7.0.2+ +#define SKINICON_OTHER_DOWNARROW 210 //v0.7.0.2+ +#define SKINICON_OTHER_FINDUSER 211 //v0.7.0.2+ +#define SKINICON_OTHER_OPTIONS 212 //v0.7.0.2+ +#define SKINICON_OTHER_SENDEMAIL 213 //v0.7.0.2+ +#define SKINICON_OTHER_DELETE 214 //v0.7.0.2+ +#define SKINICON_OTHER_RENAME 215 //v0.7.0.2+ +#define SKINICON_OTHER_SMS 216 //v0.7.0.2+ +#define SKINICON_OTHER_SEARCHALL 217 //v0.7.0.2+ +#define SKINICON_OTHER_TICK 218 //v0.7.0.2+ +#define SKINICON_OTHER_NOTICK 219 //v0.7.0.2+ +#define SKINICON_OTHER_HELP 220 //v0.7.0.2+ +#define SKINICON_OTHER_MIRANDAWEB 221 //v0.7.0.2+ +#define SKINICON_OTHER_TYPING 222 //v0.7.0.2+ +#define SKINICON_OTHER_SMALLDOT 223 //v0.7.0.2+ +#define SKINICON_OTHER_FILLEDBLOB 224 //v0.7.0.2+ +#define SKINICON_OTHER_EMPTYBLOB 225 //v0.7.0.2+ +#define SKINICON_OTHER_UNICODE 226 //v0.7.0.19+ +#define SKINICON_OTHER_ANSI 227 //v0.7.0.19+ +#define SKINICON_OTHER_LOADED 228 //v0.7.0.19+ +#define SKINICON_OTHER_NOTLOADED 229 //v0.7.0.19+ +#define SKINICON_OTHER_UNDO 230 //v0.8.0.4+ +#define SKINICON_OTHER_WINDOW 231 //v0.8.0.4+ +#define SKINICON_OTHER_WINDOWS 232 //v0.8.0.4+ +#define SKINICON_OTHER_ACCMGR 233 //v0.8.0.4+ +#define SKINICON_OTHER_MAINMENU 234 //v0.8.0.12+ +#define SKINICON_OTHER_STATUS 235 //v0.8.0.12+ +#define SKINICON_CHAT_JOIN 236 //v0.8.0.27+ +#define SKINICON_CHAT_LEAVE 237 //v0.8.0.27+ #define SKINICON_OTHER_STATUS_LOCKED 238 //v0.8.0.28+ -#define SKINICON_OTHER_GROUP 239 //v0.8.0.29+ -#define SKINICON_OTHER_ON 240 //v0.9.0.9+ -#define SKINICON_OTHER_OFF 241 //v0.9.0.9+ +#define SKINICON_OTHER_GROUP 239 //v0.8.0.29+ +#define SKINICON_OTHER_ON 240 //v0.9.0.9+ +#define SKINICON_OTHER_OFF 241 //v0.9.0.9+ +#define SKINICON_OTHER_LOADEDGRAY 242 //v0.10.3.1+ +#define SKINICON_OTHER_NOTLOADEDGRAY 243 //v0.10.3.1+ //menu icons are owned by the module that uses them so are not and should not //be skinnable. Except exit and show/hide -- cgit v1.2.3