aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-01 20:28:11 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-01 20:28:11 +0000
commitd11080a09fe4ea26349762f9e14b8203d3cd255b (patch)
tree7b9034fffc58be452b19ff6bc92a84597636b8b9 /prefs.h
parent5ed2dfc130416048f8ad813f9856139b2008addc (diff)
moved window geometry values from prefs to recent,
added new pref / recent setting: "maximized main window", which will save, if the main window is maximized or not, this will take effect on GTK version 2 only, but is saved nonetheless svn path=/trunk/; revision=9949
Diffstat (limited to 'prefs.h')
-rw-r--r--prefs.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/prefs.h b/prefs.h
index d573949d1d..70111028da 100644
--- a/prefs.h
+++ b/prefs.h
@@ -1,7 +1,7 @@
/* prefs.h
* Definitions for preference handling routines
*
- * $Id: prefs.h,v 1.55 2004/01/20 18:47:22 ulfl Exp $
+ * $Id: prefs.h,v 1.56 2004/02/01 20:28:10 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -88,14 +88,10 @@ typedef struct _e_prefs {
color_t gui_marked_bg;
gboolean gui_geometry_save_position;
gboolean gui_geometry_save_size;
- gint gui_geometry_main_x;
- gint gui_geometry_main_y;
- gint gui_geometry_main_width;
- gint gui_geometry_main_height;
+ gboolean gui_geometry_save_maximized;
guint gui_fileopen_style;
guint gui_recent_files_count_max;
gchar *gui_fileopen_dir;
- gchar *gui_fileopen_remembered_dir;
guint32 name_resolve;
gint name_resolve_concurrency;
gchar *capture_device;