diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-10 20:29:14 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-10 20:29:14 +0000 |
commit | f22d8982b41614d703b0db98264e01ef7049a4a0 (patch) | |
tree | 16e3631c5f598cdc6bad60591058f542ad50bac0 /include/m_skin.h | |
parent | 22377c8be5548d37deee4258b315c2e5f1b42bca (diff) |
visible & invisible icons added to miranda's skin
git-svn-id: http://svn.miranda-ng.org/main/trunk@2282 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_skin.h')
-rw-r--r-- | include/m_skin.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/m_skin.h b/include/m_skin.h index b881ad73b8..00babc8822 100644 --- a/include/m_skin.h +++ b/include/m_skin.h @@ -81,12 +81,14 @@ __forceinline HICON LoadSkinnedIconBig(int id) {return (HICON)CallService(MS_SKI #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_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_LOADEDGRAY 242 //v0.10.3.1+
#define SKINICON_OTHER_NOTLOADEDGRAY 243 //v0.10.3.1+
+#define SKINICON_OTHER_VISIBLE_ALL 244 //v0.93.4+
+#define SKINICON_OTHER_INVISIBLE_ALL 245 //v0.93.4+
//menu icons are owned by the module that uses them so are not and should not
//be skinnable. Except exit and show/hide
|