diff mcabber/src/compl.h @ 1272:033576acac4c

Add configurable roster colors (Michal 'vorner' Vaner)
author Mikael Berthe <mikael@lilotux.net>
date Tue, 21 Aug 2007 20:49:03 +0200
parents 9a68fe4515dc
children 3b338a5c01fc
line wrap: on
line diff
--- a/mcabber/src/compl.h	Mon Aug 20 21:30:16 2007 +0200
+++ b/mcabber/src/compl.h	Tue Aug 21 20:49:03 2007 +0200
@@ -21,6 +21,7 @@
 #define COMPL_EVENTS      (1U<<15)
 #define COMPL_EVENTSID    (1U<<16)
 #define COMPL_PGP         (1U<<17)
+#define COMPL_COLOR       (1U<<18)
 
 void    compl_add_category_word(guint, const char *command);
 void    compl_del_category_word(guint categ, const char *word);