aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_win.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-09-08 09:50:08 +0000
committerGuy Harris <guy@alum.mit.edu>2000-09-08 09:50:08 +0000
commitb85ddbe885e93db37c6f64a6c170c314861780e2 (patch)
treeb093d842aa25ffaa82eca2008cb9d14becc7d95e /gtk/packet_win.h
parent0653c5b18bce4d9fc3c7cd2eddc84c2cd666247b (diff)
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 'gtk/packet_win.h')
-rw-r--r--gtk/packet_win.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/packet_win.h b/gtk/packet_win.h
index 0371d11c7a..42391ec99b 100644
--- a/gtk/packet_win.h
+++ b/gtk/packet_win.h
@@ -3,7 +3,7 @@
*
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet_win.h,v 1.4 2000/08/21 08:09:14 guy Exp $
+ * $Id: packet_win.h,v 1.5 2000/09/08 09:50:07 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -28,5 +28,6 @@
#define __PACKET_WIN_H__
extern void new_window_cb(GtkWidget *w);
+void set_hex_dump_highlight_style_packet_wins(gboolean style);
#endif