diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-12-30 23:02:56 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-12-30 23:02:56 +0000 |
commit | 8be6563d386e993be4b29c7464d6b1b6bdeb9788 (patch) | |
tree | 568d707a85f6c6c3b40aab4604bb08e87a105c8f /prefs.h | |
parent | 16b8642f8d1190ef33946134f281d7865ee9ac90 (diff) | |
download | wireshark-8be6563d386e993be4b29c7464d6b1b6bdeb9788.tar.gz wireshark-8be6563d386e993be4b29c7464d6b1b6bdeb9788.tar.bz2 wireshark-8be6563d386e993be4b29c7464d6b1b6bdeb9788.zip |
Allow user to modify appearance of lines and expanders in GUI protocol
tree.
svn path=/trunk/; revision=1400
Diffstat (limited to 'prefs.h')
-rw-r--r-- | prefs.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* prefs.h * Definitions for preference handling routines * - * $Id: prefs.h,v 1.12 1999/12/29 20:09:47 gram Exp $ + * $Id: prefs.h,v 1.13 1999/12/30 23:02:39 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -47,6 +47,8 @@ typedef struct _e_prefs { gboolean gui_scrollbar_on_right; gboolean gui_plist_sel_browse; gboolean gui_ptree_sel_browse; + gint gui_ptree_line_style; + gint gui_ptree_expander_style; } e_prefs; extern e_prefs prefs; |