aboutsummaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
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;