aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-12-28 02:20:43 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-12-28 02:20:43 +0000
commit1ac2dec65364b3165e068b38d7941e53595e365d (patch)
tree5b23795840d57f34a5fd70f79deca4286d2a122c /libsylph/prefs_common.h
parent911f245f5585fed897411ac68241c71ddf9d8f88 (diff)
implemented vertical view. Separated quick search into another module.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1949 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index 2bd100df..79f5cae4 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -123,6 +123,8 @@ struct _PrefsCommon
gchar *main_toolbar_setting;
gchar *compose_toolbar_setting;
+ LayoutType layout_type;
+
/* Summary columns visibility, position and size */
gboolean summary_col_visible[N_SUMMARY_COLS];
gint summary_col_pos[N_SUMMARY_COLS];
@@ -144,11 +146,15 @@ struct _PrefsCommon
gint summaryview_width;
gint summaryview_height;
+ gint summaryview_vwidth;
+ gint summaryview_vheight;
gint main_msgwin_x;
gint main_msgwin_y;
gint msgview_width;
gint msgview_height;
+ gint msgview_vwidth;
+ gint msgview_vheight;
gboolean msgview_visible;
gint mainview_x;