# HG changeset patch # User Luke Schierer # Date 1036416248 0 # Node ID b35b68d19829d58e81c73990c2c1338ae8cfd976 # Parent ac76cf27f8d5be4d70048964e1fbc1f3e1065af2 [gaim-migrate @ 4045] some broken editors can't handle comments that start on a line with code and extend down beyond the code. committer: Tailor Script diff -r ac76cf27f8d5 -r b35b68d19829 src/gaim.h --- a/src/gaim.h Sun Nov 03 23:36:22 2002 +0000 +++ b/src/gaim.h Mon Nov 04 13:24:08 2002 +0000 @@ -43,16 +43,19 @@ #define CUI_TYPE_BUDDY 5 /* BUDDY_LIST, i.e., both groups and buddies */ #define CUI_TYPE_MESSAGE 6 #define CUI_TYPE_CHAT 7 -#define CUI_TYPE_REMOTE 8 /* This is used to send commands to other UI's, +#define CUI_TYPE_REMOTE 8 + /* This is used to send commands to other UI's, * like "Open new conversation" or "send IM". * Even though there's much redundancy with the * other CUI_TYPES, we're better keeping this stuff * seperate because it's intended use is so different */ -#define CUI_META_LIST 1 /* 1 is always list; this is ignored by the core. +#define CUI_META_LIST 1 + /* 1 is always list; this is ignored by the core. If we move to TCP this can be a keepalive */ #define CUI_META_QUIT 2 -#define CUI_META_DETACH 3 /* you don't need to send this, you can just close +#define CUI_META_DETACH 3 + /* you don't need to send this, you can just close the socket. the core will understand. */ #define CUI_META_PING 4 #define CUI_META_ACK 5 @@ -73,7 +76,8 @@ #define CUI_CONN_OFFLINE 4 /* this may send a "reason" for why it was killed */ #define CUI_BUDDY_LIST 1 -#define CUI_BUDDY_STATE 2 /* notifies the UI of state changes; UI can use it to +#define CUI_BUDDY_STATE 2 + /* notifies the UI of state changes; UI can use it to request the current status from the core */ #define CUI_BUDDY_ADD 3 #define CUI_BUDDY_REMOVE 4