summaryrefslogtreecommitdiff
path: root/Plugins/emoticons/EmoticonsSelectionLayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/emoticons/EmoticonsSelectionLayout.h')
-rw-r--r--Plugins/emoticons/EmoticonsSelectionLayout.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Plugins/emoticons/EmoticonsSelectionLayout.h b/Plugins/emoticons/EmoticonsSelectionLayout.h
index 6b13a5f..27920a9 100644
--- a/Plugins/emoticons/EmoticonsSelectionLayout.h
+++ b/Plugins/emoticons/EmoticonsSelectionLayout.h
@@ -1,5 +1,5 @@
#define MIN_COLS 6
-#define MAX_LINES 8
+#define MAX_LINES 6
#define MAX_COLS 12
#define BORDER 3
@@ -8,6 +8,7 @@ struct EmoticonSelectionData
{
HANDLE hContact;
Module *module;
+ const char *proto;
COLORREF background;
int xPosition;