diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-03 20:16:42 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-03 20:16:42 +0000 |
commit | f12d8b56f2894e94491bd7424d69f595d285f01f (patch) | |
tree | 3f54d66c8c248bb456da1cb0c5cc31661f144e5f /plugins/WhenWasIt/src/notifiers.h | |
parent | 1b1a54dc156bec90be3ddc337c17b4e67179d4ea (diff) |
no more MS_CLIST_EXTRA_ADD_ICON in the application code
git-svn-id: http://svn.miranda-ng.org/main/trunk@2175 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhenWasIt/src/notifiers.h')
-rw-r--r-- | plugins/WhenWasIt/src/notifiers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/WhenWasIt/src/notifiers.h b/plugins/WhenWasIt/src/notifiers.h index db43ca55e1..149cd6a3bb 100644 --- a/plugins/WhenWasIt/src/notifiers.h +++ b/plugins/WhenWasIt/src/notifiers.h @@ -47,12 +47,12 @@ typedef TUpcomingBirthday *PUpcomingBirthday; int PopupNotifyNoBirthdays();
int PopupNotifyBirthday(HANDLE hContact, int dtb, int age);
int PopupNotifyMissedBirthday(HANDLE hContact, int dab, int age);
-int ClistIconNotifyBirthday(HANDLE hContact, int dtb, int advancedIcon);
int DialogNotifyBirthday(HANDLE hContact, int dtb, int age);
int DialogNotifyMissedBirthday(HANDLE hContact, int dab, int age);
int SoundNotifyBirthday(int dtb);
-int ClearClistIcon(HANDLE hContact, int advancedIcon);
+int ClistIconNotifyBirthday(HANDLE hContact, int dtb);
+int ClearClistIcon(HANDLE hContact);
int RefreshContactListIcons(HANDLE hContact);
int RefreshAllContactListIcons(int oldClistIcon = -1);
|