comparison src/gtklist.h @ 4712:4d7a23938b67

[gaim-migrate @ 5023] no uint for win32 committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 11 Mar 2003 20:34:32 +0000
parents 2222cd30008a
children b9e7ccf21f9c
comparison
equal deleted inserted replaced
4711:0c1f3e651d3e 4712:4d7a23938b67
54 /** 54 /**
55 * A GTK+ buddy list node. 55 * A GTK+ buddy list node.
56 */ 56 */
57 struct gaim_gtk_blist_node 57 struct gaim_gtk_blist_node
58 { 58 {
59 uint timer; /**< The timer handle. */ 59 unsigned int timer; /**< The timer handle. */
60 }; 60 };
61 61
62 #define GAIM_GTK_BLIST_NODE(node) ((struct gaim_gtk_blist_node *)(node)->ui_data) 62 #define GAIM_GTK_BLIST_NODE(node) ((struct gaim_gtk_blist_node *)(node)->ui_data)
63 #define GAIM_GTK_BLIST(list) ((struct gaim_gtk_buddy_list *)(list)->ui_data) 63 #define GAIM_GTK_BLIST(list) ((struct gaim_gtk_buddy_list *)(list)->ui_data)
64 64