comparison pidgin/gtkroomlist.c @ 26851:6bc0e4e76207

merge of '9df36977fc8f70d1b3124d32a54eb123df50aa0f' and 'f92d95c83baba97463f923077688ba2eb144763b'
author Peter Hjalmarsson <xake@rymdraket.net>
date Fri, 01 May 2009 21:36:29 +0000
parents deb4203bef67
children 0486e2a9b48f
comparison
equal deleted inserted replaced
26270:15911f71e37f 26851:6bc0e4e76207
62 GtkWidget *tree; 62 GtkWidget *tree;
63 GHashTable *cats; /**< Meow. */ 63 GHashTable *cats; /**< Meow. */
64 gint num_rooms, total_rooms; 64 gint num_rooms, total_rooms;
65 GtkWidget *tipwindow; 65 GtkWidget *tipwindow;
66 GdkRectangle tip_rect; 66 GdkRectangle tip_rect;
67 guint timeout;
68 PangoLayout *tip_layout; 67 PangoLayout *tip_layout;
69 PangoLayout *tip_name_layout; 68 PangoLayout *tip_name_layout;
70 int tip_height; 69 int tip_height;
71 int tip_width; 70 int tip_width;
72 int tip_name_height; 71 int tip_name_height;