comparison src/gtkconv.h @ 9718:78022bad9367

[gaim-migrate @ 10579] Fix some of those problems where one file needed to be included before another. Also, idle.c, server.c, sound.c and status.c are core-esque files that have gtk stuff in them. Most of it deals with status. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 14:24:42 +0000
parents db62420a53a2
children b64ee81c7bcb
comparison
equal deleted inserted replaced
9717:f105bc0270c7 9718:78022bad9367
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #ifndef _GAIM_GTKCONVERSATION_H_ 25 #ifndef _GAIM_GTKCONVERSATION_H_
26 #define _GAIM_GTKCONVERSATION_H_ 26 #define _GAIM_GTKCONVERSATION_H_
27 27
28 #include "gtkinternal.h"
29
28 #include "conversation.h" 30 #include "conversation.h"
29
30 #include "gtkinternal.h"
31 31
32 enum { 32 enum {
33 CHAT_USERS_ICON_COLUMN, 33 CHAT_USERS_ICON_COLUMN,
34 CHAT_USERS_NAME_COLUMN, 34 CHAT_USERS_NAME_COLUMN,
35 CHAT_USERS_FLAGS_COLUMN, 35 CHAT_USERS_FLAGS_COLUMN,