diff mcabber/src/hbuf.h @ 850:d0781ca2dd08

Use new status buffer window Update scr_LogPrint() to use the new status buffer. Introduce HBB_PREFIX_SPECIAL flag which changes the prefix field in the special buffers.
author Mikael Berthe <mikael@lilotux.net>
date Mon, 08 May 2006 23:46:42 +0200
parents e1b7f71b0b1c
children 527d6f234924
line wrap: on
line diff
--- a/mcabber/src/hbuf.h	Mon May 08 23:46:18 2006 +0200
+++ b/mcabber/src/hbuf.h	Mon May 08 23:46:42 2006 +0200
@@ -23,10 +23,11 @@
 #define HBB_PREFIX_NOFLAG     64
 #define HBB_PREFIX_HLIGHT    128
 #define HBB_PREFIX_NONE      256
+#define HBB_PREFIX_SPECIAL   512
 
 typedef struct {
   time_t timestamp;
-  guchar flags;
+  guint flags;
   char *text;
 } hbb_line;