comparison libpurple/protocols/oscar/libicq.c @ 18288:58b0a4f75ece

Allow ICQ icons to be up to 52x64 pixels. Fixes #1274
author Sean Egan <seanegan@gmail.com>
date Tue, 26 Jun 2007 20:03:48 +0000
parents a338acd14365
children 5c1ed6296b56 84d53c3c699d
comparison
equal deleted inserted replaced
18287:44928d01ec8c 18288:58b0a4f75ece
30 static PurplePluginProtocolInfo prpl_info = 30 static PurplePluginProtocolInfo prpl_info =
31 { 31 {
32 OPT_PROTO_MAIL_CHECK | OPT_PROTO_IM_IMAGE, 32 OPT_PROTO_MAIL_CHECK | OPT_PROTO_IM_IMAGE,
33 NULL, /* user_splits */ 33 NULL, /* user_splits */
34 NULL, /* protocol_options */ 34 NULL, /* protocol_options */
35 {"gif,jpeg,bmp,ico", 48, 48, 50, 50, 7168, 35 {"gif,jpeg,bmp,ico", 48, 48, 52, 64, 7168,
36 PURPLE_ICON_SCALE_SEND | PURPLE_ICON_SCALE_DISPLAY}, /* icon_spec */ 36 PURPLE_ICON_SCALE_SEND | PURPLE_ICON_SCALE_DISPLAY}, /* icon_spec */
37 oscar_list_icon_icq, /* list_icon */ 37 oscar_list_icon_icq, /* list_icon */
38 oscar_list_emblem, /* list_emblems */ 38 oscar_list_emblem, /* list_emblems */
39 oscar_status_text, /* status_text */ 39 oscar_status_text, /* status_text */
40 oscar_tooltip_text, /* tooltip_text */ 40 oscar_tooltip_text, /* tooltip_text */