From 469816b3726d87d8156a6ab5cca924d00da6405c Mon Sep 17 00:00:00 2001 From: ulfl Date: Sun, 13 Apr 2008 12:41:22 +0000 Subject: move all code from color.c into color_utils.c remove color.c rename colors.h into color_utils.h (hopefully this reduces confusion to /color.h) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24974 f5534014-38df-0310-8fa8-9805f1628bb7 --- gtk/main_proto_draw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk/main_proto_draw.c') diff --git a/gtk/main_proto_draw.c b/gtk/main_proto_draw.c index 44088a746c..4b6961ecdc 100644 --- a/gtk/main_proto_draw.c +++ b/gtk/main_proto_draw.c @@ -58,7 +58,7 @@ #include "wiretap/file_util.h" #include "gtk/keys.h" -#include "gtk/colors.h" +#include "gtk/color_utils.h" #include "gtk/capture_file_dlg.h" #include "gtk/packet_win.h" #include "gtk/file_dlg.h" @@ -76,6 +76,7 @@ #include "file_dlg_win32.h" #endif + #define BYTE_VIEW_WIDTH 16 #define BYTE_VIEW_SEP 8 -- cgit v1.2.3