summaryrefslogtreecommitdiff
path: root/src/gui/gui-hotlist.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-01-06 12:44:54 +0100
committerSebastien Helleu <flashcode@flashtux.org>2008-01-06 12:44:54 +0100
commitf94b679a4a97365de29bb99ede3b2bc5c44cd93f (patch)
tree8a8d9503d80f179a1aff447114272464c080c62f /src/gui/gui-hotlist.h
parent2b7c8eb73b5b8ac45c389ebc86671c2f0c487de0 (diff)
downloadweechat-f94b679a4a97365de29bb99ede3b2bc5c44cd93f.zip
Added hotlist option for buffer in plugins API, improved buffer refreshs
Diffstat (limited to 'src/gui/gui-hotlist.h')
-rw-r--r--src/gui/gui-hotlist.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/gui-hotlist.h b/src/gui/gui-hotlist.h
index e913e1efc..3099cc0b1 100644
--- a/src/gui/gui-hotlist.h
+++ b/src/gui/gui-hotlist.h
@@ -21,10 +21,13 @@
#define __WEECHAT_GUI_HOTLIST_H 1
#define GUI_HOTLIST_LOW 0
-#define GUI_HOTLIST_MSG 1
+#define GUI_HOTLIST_MESSAGE 1
#define GUI_HOTLIST_PRIVATE 2
#define GUI_HOTLIST_HIGHLIGHT 3
+#define GUI_HOTLIST_MIN 0
+#define GUI_HOTLIST_MAX 3
+
struct t_gui_hotlist
{
int priority; /* 0=crappy msg (join/part), 1=msg, */