aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
diff options
context:
space:
mode:
authorOlivier Abad <oabad@noos.fr>2002-09-23 19:09:52 +0000
committerOlivier Abad <oabad@noos.fr>2002-09-23 19:09:52 +0000
commit1b89d48835b485bc535c9994bb3431bdd71063e8 (patch)
tree6ec4a83fd50769bea03ddb77d3d3765a736e7699 /ui_util.h
parent37c599b47d1e739704173a2a1d32c228b434ca16 (diff)
Change to color filters :
- moved color_filter_t in color.h - change color_filter_t to use color_t instead of GdkColor This changed allowed to remove the last gtk includes in file.c. It is now completely free of any gtk related code. svn path=/trunk/; revision=6324
Diffstat (limited to 'ui_util.h')
-rw-r--r--ui_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui_util.h b/ui_util.h
index dbd17968bd..38e8838a24 100644
--- a/ui_util.h
+++ b/ui_util.h
@@ -1,7 +1,7 @@
/* ui_util.h
* Definitions for UI utility routines
*
- * $Id: ui_util.h,v 1.11 2002/09/21 11:36:25 oabad Exp $
+ * $Id: ui_util.h,v 1.12 2002/09/23 19:09:47 oabad Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -43,7 +43,7 @@ void packet_list_set_column_resizeable(gint, gboolean);
void packet_list_set_column_width(gint, gint);
void packet_list_moveto_end(void);
gint packet_list_append(gchar *text[], gpointer data);
-void packet_list_set_colors(gint, GdkColor *, GdkColor *);
+void packet_list_set_colors(gint, color_t *, color_t *);
gint packet_list_find_row_from_data(gpointer);
void packet_list_set_text(gint, gint, const gchar *);
void packet_list_set_cls_time_width(gint);