aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
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/prefs_common.h
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/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h2
1 files changed, 2 insertions, 0 deletions
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;