aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/color_utils.c
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 /gtk/color_utils.c
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 'gtk/color_utils.c')
-rw-r--r--gtk/color_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/color_utils.c b/gtk/color_utils.c
index ea360f87a8..8bf665dd77 100644
--- a/gtk/color_utils.c
+++ b/gtk/color_utils.c
@@ -2,7 +2,7 @@
* Utilities for converting between "toolkit-independent" and GDK
* notions of color
*
- * $Id: color_utils.c,v 1.3 2002/09/05 18:47:44 jmayer Exp $
+ * $Id: color_utils.c,v 1.4 2002/09/23 19:09:49 oabad Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -30,7 +30,7 @@
#include <gtk/gtk.h>
-#include "prefs.h" /* to declare "color_t" */
+#include "color.h" /* to declare "color_t" */
void
color_t_to_gdkcolor(GdkColor *target, color_t *source)