aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-04-29 17:03:27 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-04-29 17:03:27 +0000
commit414b63170028ad66ca68cd7e8652d79cc410ffbf (patch)
tree6b48f00ec5f1e6ef5c2327571a8b6370fcf8b2c6 /prefs.h
parent9cd78383043a9391658330b8ab445bc50dbab0db (diff)
added selection of different main window pane layouts,
also added some preferences and a new preference page for this svn path=/trunk/; revision=10729
Diffstat (limited to 'prefs.h')
-rw-r--r--prefs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/prefs.h b/prefs.h
index cade11ed4c..9120ea709c 100644
--- a/prefs.h
+++ b/prefs.h
@@ -1,7 +1,7 @@
/* prefs.h
* Definitions for preference handling routines
*
- * $Id: prefs.h,v 1.57 2004/04/06 19:02:17 ulfl Exp $
+ * $Id: prefs.h,v 1.58 2004/04/29 17:03:26 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -93,6 +93,10 @@ typedef struct _e_prefs {
guint gui_fileopen_style;
guint gui_recent_files_count_max;
gchar *gui_fileopen_dir;
+ gint gui_layout_type;
+ gint gui_layout_content_1;
+ gint gui_layout_content_2;
+ gint gui_layout_content_3;
guint32 name_resolve;
gint name_resolve_concurrency;
gchar *capture_device;