summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewStory/src/history_control.h')
-rw-r--r--plugins/NewStory/src/history_control.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/NewStory/src/history_control.h b/plugins/NewStory/src/history_control.h
index f17da39fdb..934da14054 100644
--- a/plugins/NewStory/src/history_control.h
+++ b/plugins/NewStory/src/history_control.h
@@ -3,6 +3,13 @@
#define NEWSTORYLIST_CLASS "NewstoryList"
+struct ADDEVENTS
+{
+ MCONTACT hContact;
+ MEVENT hFirstEVent;
+ int eventCount;
+};
+
enum
{
NSM_FIRST = WM_USER + 100,
@@ -36,6 +43,12 @@ enum
// result = id
NSM_GETITEMFROMPIXEL,
+ // add history for a contact
+ NSM_ADDHISTORY,
+
+ // add one or more events
+ NSM_ADDEVENTS,
+
// wParam = id
NSM_SETCARET,