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 6fc160f8..a35fb2f7 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -218,6 +218,8 @@ static PrefParam param[] = {
{"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},
+ {"addressbook_x", "32", &prefs_common.addressbook_x, P_INT},
+ {"addressbook_y", "32", &prefs_common.addressbook_y, P_INT},
{"addressbook_width", "620", &prefs_common.addressbook_width, P_INT},
{"addressbook_height", "360", &prefs_common.addressbook_height, P_INT},
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index d94cd431..233604b3 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -157,6 +157,8 @@ struct _PrefsCommon
gint compose_width;
gint compose_height;
+ gint addressbook_x;
+ gint addressbook_y;
gint addressbook_width;
gint addressbook_height;