diff options
author | George Hazan <george.hazan@gmail.com> | 2013-02-05 17:53:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-02-05 17:53:49 +0000 |
commit | 9ee70ef5ffd533779b4e679fc972236fa6e54ad8 (patch) | |
tree | 202f0eee7f098f1471a0c56fe262bac600f23458 /plugins/MyDetails/src/options.h | |
parent | e3735ebc0ae98d45cd68687d9034c94e549d9afe (diff) |
- hidden option to use clist_modern's skinning engine in MyDetails;
- frames' service presence is checked only once;
- unused option removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@3443 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MyDetails/src/options.h')
-rw-r--r-- | plugins/MyDetails/src/options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/MyDetails/src/options.h b/plugins/MyDetails/src/options.h index c8b11ef725..8e215e80e3 100644 --- a/plugins/MyDetails/src/options.h +++ b/plugins/MyDetails/src/options.h @@ -48,7 +48,7 @@ struct Options bool draw_avatar_custom_size;
bool draw_avatar_allow_to_grow;
- int draw_avatar_custom_size_pixels;
+ int draw_avatar_custom_size_pixels;
bool draw_avatar_border;
COLORREF draw_avatar_border_color;
bool draw_avatar_round_corner;
@@ -61,6 +61,7 @@ struct Options bool use_avatar_space_to_draw_text;
bool resize_frame;
+ bool use_skinning;
int refresh_status_message_timer;
};
|