diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-07 14:28:32 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-07 14:28:32 +0000 |
commit | 2ff97d940cc269e7466ea95354e80f04c9483df7 (patch) | |
tree | 77453f52eaf89bf1fcd2beecc5038042597df567 /include/m_extraicons.h | |
parent | 4a0fce7d613a7b0561603b159323c0bde4e129fd (diff) |
EMPTY_EXTRA_ICON macro is introduced to mark the empty/missing extra icon
git-svn-id: http://svn.miranda-ng.org/main/trunk@2230 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_extraicons.h')
-rw-r--r-- | include/m_extraicons.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_extraicons.h b/include/m_extraicons.h index 40d1ffd02d..921346ad3c 100644 --- a/include/m_extraicons.h +++ b/include/m_extraicons.h @@ -24,6 +24,8 @@ #define EXTRA_ICON_COUNT 10
#endif
+#define EMPTY_EXTRA_ICON 0xFFFF
+
// Adding icon to extra image list.
// Used for EXTRAICON_TYPE_CALLBACK extra icons
//
|