diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-12-16 23:06:55 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-12-16 23:06:55 +0200 |
commit | 8142cedd8b857edd99a92f328e8b692b32bfeba6 (patch) | |
tree | 817d959e7b9b42c7321d70fd96795c2cbd96459a /main.h | |
parent | 879305c459ebbf5204ccfc1cf8b257f5a725a729 (diff) |
save windows position
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ struct contact_data extern std::map<HANDLE, contact_data> hcontact_data; extern bool bAutoExchange; +extern RECT key_from_keyserver_rect, firstrun_rect, new_key_rect, key_gen_rect, load_key_rect, import_key_rect, key_password_rect, load_existing_key_rect; #endif |