diff mcabber/src/screen.h @ 1290:e42f48103609

Drawing the MUC nicks by a different color (color is hardcoded to red, needs to be changed to something useable)
author Michal 'vorner' Vaner <vorner@ucw.cz>
date Sun, 26 Aug 2007 18:24:14 +0200
parents 02ad6200df26
children 382ec54b584e
line wrap: on
line diff
--- a/mcabber/src/screen.h	Mon Aug 27 13:02:16 2007 +0200
+++ b/mcabber/src/screen.h	Sun Aug 26 18:24:14 2007 +0200
@@ -106,7 +106,8 @@
 void scr_UpdateChatStatus(int forceupdate);
 void scr_RosterVisibility(int status);
 void scr_WriteIncomingMessage(const char *jidfrom, const char *text,
-                              time_t timestamp, guint prefix);
+                              time_t timestamp, guint prefix,
+                              unsigned mucnicklen);
 void scr_WriteOutgoingMessage(const char *jidto,   const char *text,
                               guint prefix);
 void scr_ShowBuddyWindow(void);