aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main_proto_draw.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-03-02 13:31:16 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-03-02 13:31:16 +0000
commitff47bdf96c75b9d35eeafc3248c57f3369b1e0a0 (patch)
tree7be0ce5ec822b8714f216a04e43388e55db1852f /ui/gtk/main_proto_draw.h
parent15a88e695f80dd2cb7c37a4cb62b4a54db069f88 (diff)
Use the expert system to show packet comments.
The packet comment widget should be replaced by a ListView with two columns, packet no and Comment. svn path=/trunk/; revision=41322
Diffstat (limited to 'ui/gtk/main_proto_draw.h')
-rw-r--r--ui/gtk/main_proto_draw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gtk/main_proto_draw.h b/ui/gtk/main_proto_draw.h
index a4699f718c..864afa185a 100644
--- a/ui/gtk/main_proto_draw.h
+++ b/ui/gtk/main_proto_draw.h
@@ -236,6 +236,7 @@ extern void select_bytes_view (GtkWidget *widget, gpointer data, gint view);
extern void proto_draw_colors_init(void);
/** the expert colors */
+extern GdkColor expert_color_comment;
extern GdkColor expert_color_chat;
extern GdkColor expert_color_note;
extern GdkColor expert_color_warn;
@@ -243,6 +244,7 @@ extern GdkColor expert_color_error;
extern GdkColor expert_color_foreground;
/* string representation of expert colors */
+extern gchar *expert_color_comment_str;
extern gchar *expert_color_chat_str;
extern gchar *expert_color_note_str;
extern gchar *expert_color_warn_str;