diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-09-08 09:50:08 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-09-08 09:50:08 +0000 |
commit | b85ddbe885e93db37c6f64a6c170c314861780e2 (patch) | |
tree | b093d842aa25ffaa82eca2008cb9d14becc7d95e /prefs.h | |
parent | 0653c5b18bce4d9fc3c7cd2eddc84c2cd666247b (diff) | |
download | wireshark-b85ddbe885e93db37c6f64a6c170c314861780e2.tar.gz wireshark-b85ddbe885e93db37c6f64a6c170c314861780e2.tar.bz2 wireshark-b85ddbe885e93db37c6f64a6c170c314861780e2.zip |
Graham Bloice's patch to support inverse video rather than boldface
highlighting of the bytes, in the hex dump window, corresponding to a
selected field.
Also, make "remember_ptree_widget()" static, as it's not used outside
"gtk/proto_draw.c".
svn path=/trunk/; revision=2399
Diffstat (limited to 'prefs.h')
-rw-r--r-- | prefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* prefs.h * Definitions for preference handling routines * - * $Id: prefs.h,v 1.23 2000/08/21 21:24:04 deniel Exp $ + * $Id: prefs.h,v 1.24 2000/09/08 09:49:21 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -46,6 +46,7 @@ typedef struct _e_prefs { gboolean gui_ptree_sel_browse; gint gui_ptree_line_style; gint gui_ptree_expander_style; + gboolean gui_hex_dump_highlight_style; gchar *gui_font_name; GdkColor gui_marked_fg; GdkColor gui_marked_bg; |