diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-02 11:21:16 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-02 11:21:16 +0000 |
commit | 5ea5feb7e052ca45af7bc9ed76e4a252bd71950d (patch) | |
tree | 1ea5aad915514d4cbe992006b684be183de6292b /plugins/FingerprintNG/src/global.h | |
parent | 66ddfd87a0e55b9534b8669392bb0cdee2e9fa3b (diff) |
- added miranda ng overlays
- changed SecureIM overlay
- reorganised and replaced resource/platforms overlays
- fixed miranda overlays actually weren't working
- icons moved to res folder
- version info standartization
git-svn-id: http://svn.miranda-ng.org/main/trunk@2600 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/src/global.h')
-rw-r--r-- | plugins/FingerprintNG/src/global.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/FingerprintNG/src/global.h b/plugins/FingerprintNG/src/global.h index 9f2ad70813..dc3b06973e 100644 --- a/plugins/FingerprintNG/src/global.h +++ b/plugins/FingerprintNG/src/global.h @@ -184,4 +184,5 @@ extern int DEFAULT_KN_FP_MASK_COUNT, DEFAULT_KN_FP_OVERLAYS_COUNT, DEFAULT_KN_FP #define UNKNOWN_MASK_NUMBER (DEFAULT_KN_FP_MASK_COUNT - 2) // second from end
#define NOTFOUND_MASK_NUMBER (DEFAULT_KN_FP_MASK_COUNT - 3) // third from end
-#define DEFAULT_KN_FP_OVERLAYS2_NO_VER_COUNT (DEFAULT_KN_FP_OVERLAYS2_COUNT - 7)
+// the last count is how many masks from 2nd layer is used as Miranda version overlays (counting from the end)
+#define DEFAULT_KN_FP_OVERLAYS2_NO_VER_COUNT (DEFAULT_KN_FP_OVERLAYS2_COUNT - 13)
|