comparison src/conversation.h @ 6405:96de6d9eb422

[gaim-migrate @ 6910] Added a new unseen type: GAIM_CONV_UNSEEN_EVENT. Now window closing, timing out, logins, logouts, etc. (any of those black bold messages) grey the tab instead of the tab looking like someone talked in it. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 07 Aug 2003 01:09:38 +0000
parents eaeac660c17c
children ba0b99a72be2
comparison
equal deleted inserted replaced
6404:db32fee4fa69 6405:96de6d9eb422
52 */ 52 */
53 typedef enum 53 typedef enum
54 { 54 {
55 GAIM_UNSEEN_NONE = 0, /**< No unseen text in the conversation. */ 55 GAIM_UNSEEN_NONE = 0, /**< No unseen text in the conversation. */
56 GAIM_UNSEEN_TEXT, /**< Unseen text in the conversation. */ 56 GAIM_UNSEEN_TEXT, /**< Unseen text in the conversation. */
57 GAIM_UNSEEN_NICK /**< Unseen text and the nick was said. */ 57 GAIM_UNSEEN_NICK, /**< Unseen text and the nick was said. */
58 GAIM_UNSEEN_EVENT /**< Unseen events in the conversation. */
58 59
59 } GaimUnseenState; 60 } GaimUnseenState;
60 61
61 /** 62 /**
62 * Conversation update type. 63 * Conversation update type.