aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_proto_draw.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 12:41:22 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 12:41:22 +0000
commit469816b3726d87d8156a6ab5cca924d00da6405c (patch)
treea19f5f0fa7799fc4a04220d72b608c0dea0bb71d /gtk/main_proto_draw.c
parent98d67b7e0a8a1dc2b7cab21c35b9a38aa9a6ef5c (diff)
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
Diffstat (limited to 'gtk/main_proto_draw.c')
-rw-r--r--gtk/main_proto_draw.c3
1 files changed, 2 insertions, 1 deletions
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