summaryrefslogtreecommitdiff
path: root/prefs.h
diff options
context:
space:
mode:
authorLaurent Deniel <laurent.deniel@free.fr>2000-08-21 21:24:15 +0000
committerLaurent Deniel <laurent.deniel@free.fr>2000-08-21 21:24:15 +0000
commitab47385543ff511d3805d3f55b28657eee57f218 (patch)
tree8926ddef18b953ce7cea361aecb33150055c2418 /prefs.h
parentc7d9d83ebceeb5084e7119be4115472aeab7fb60 (diff)
downloadwireshark-ab47385543ff511d3805d3f55b28657eee57f218.tar.gz
Add prefs.gui_marked_[fb]g color preferences for the
color of marked frames. They are currently only available from preferences file, but I will add the color selection in GUI later. svn path=/trunk/; revision=2327
Diffstat (limited to 'prefs.h')
-rw-r--r--prefs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/prefs.h b/prefs.h
index 15010e5792..10f8dd2901 100644
--- a/prefs.h
+++ b/prefs.h
@@ -1,7 +1,7 @@
/* prefs.h
* Definitions for preference handling routines
*
- * $Id: prefs.h,v 1.22 2000/08/21 08:09:02 guy Exp $
+ * $Id: prefs.h,v 1.23 2000/08/21 21:24:04 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -47,6 +47,8 @@ typedef struct _e_prefs {
gint gui_ptree_line_style;
gint gui_ptree_expander_style;
gchar *gui_font_name;
+ GdkColor gui_marked_fg;
+ GdkColor gui_marked_bg;
} e_prefs;
extern e_prefs prefs;