summaryrefslogtreecommitdiff
path: root/plugins/RecentContacts/src/RecentContacts.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-11-18 20:07:43 +0000
committerRobert Pösel <robyer@seznam.cz>2014-11-18 20:07:43 +0000
commit4f4b39e3e0c9b1906af739cf85311e7ca0388fe4 (patch)
tree8eeb84203862443316c015fae726e94d3e58fdbf /plugins/RecentContacts/src/RecentContacts.h
parentf5220435e21a209d91116819bf0305ed79b29116 (diff)
RecentContacts: Add option "Resize window according to contact list" (patch by Vojtěch Kinkor, thanks); version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@11017 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/RecentContacts/src/RecentContacts.h')
-rw-r--r--plugins/RecentContacts/src/RecentContacts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/RecentContacts/src/RecentContacts.h b/plugins/RecentContacts/src/RecentContacts.h
index 4cd9209dd5..fcce1fe640 100644
--- a/plugins/RecentContacts/src/RecentContacts.h
+++ b/plugins/RecentContacts/src/RecentContacts.h
@@ -10,6 +10,7 @@
#include <newpluginapi.h>
#include <m_clist.h>
+#include <m_clistint.h>
#include <m_langpack.h>
#include <m_database.h>
#include <m_message.h>
@@ -41,6 +42,7 @@ static char dbLastUC_DateTimeFormatDefault[] = "(%Y-%m-%d %H:%M) ";
static char dbLastUC_MaxShownContacts[] = "MaxShownContacts";
static char dbLastUC_IgnoreContact[] = "Ignore";
static char dbLastUC_HideOfflineContacts[] = "HideOfflineContacts";
+static char dbLastUC_WindowAutosize[] = "WindowAutoSize";
static char msLastUC_ShowList[] = "RecentContacts/ShowList";
static char msLastUC_IgnoreOff[] = "RecentContacts/SetIgnoreOff";
@@ -52,6 +54,7 @@ typedef struct _LastUCOptions
{
int MaxShownContacts;
int HideOffline;
+ int WindowAutoSize;
string DateTimeFormat;
}
LastUCOptions;