aboutsummaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-22 03:59:35 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-22 03:59:35 +0000
commit2cec57786293b83c859c0f00c429dac688a60803 (patch)
tree0b7b2de458b682f920f6b7a02d7d0f4668b5afa8 /libsylph
parentde47e5e4a58acf41d5506b90950d6dc9518b4ff8 (diff)
remember the last compose window position.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@769 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph')
-rw-r--r--libsylph/prefs_common.c2
-rw-r--r--libsylph/prefs_common.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index fdc935da..7858fb6a 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -213,6 +213,8 @@ static PrefParam param[] = {
{"messagewin_height", "540", &prefs_common.msgwin_height, P_INT},
{"sourcewin_width", "600", &prefs_common.sourcewin_width, P_INT},
{"sourcewin_height", "500", &prefs_common.sourcewin_height, P_INT},
+ {"compose_x", "32", &prefs_common.compose_x, P_INT},
+ {"compose_y", "32", &prefs_common.compose_y, P_INT},
{"compose_width", "600", &prefs_common.compose_width, P_INT},
{"compose_height", "560", &prefs_common.compose_height, P_INT},
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index 71305bcb..929170a0 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -151,6 +151,8 @@ struct _PrefsCommon
gint sourcewin_width;
gint sourcewin_height;
+ gint compose_x;
+ gint compose_y;
gint compose_width;
gint compose_height;