comparison src/protocols/oscar/oscar.c @ 10603:03aa223a14d9

[gaim-migrate @ 12034] Icon scaling _before_ sending to the server is a good idea for oscar... committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 16 Feb 2005 20:27:49 +0000
parents de34037a02c7
children 0f5c5e6fb27f
comparison
equal deleted inserted replaced
10602:f52ab405f1ab 10603:03aa223a14d9
7623 static GaimPluginProtocolInfo prpl_info = 7623 static GaimPluginProtocolInfo prpl_info =
7624 { 7624 {
7625 OPT_PROTO_MAIL_CHECK | OPT_PROTO_IM_IMAGE, 7625 OPT_PROTO_MAIL_CHECK | OPT_PROTO_IM_IMAGE,
7626 NULL, /* user_splits */ 7626 NULL, /* user_splits */
7627 NULL, /* protocol_options */ 7627 NULL, /* protocol_options */
7628 {"jpeg,gif,bmp,ico", 48, 48, 50, 50, GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */ 7628 {"jpeg,gif,bmp,ico", 48, 48, 50, 50, GAIM_ICON_SCALE_SEND}, /* icon_spec */
7629 oscar_list_icon, /* list_icon */ 7629 oscar_list_icon, /* list_icon */
7630 oscar_list_emblems, /* list_emblems */ 7630 oscar_list_emblems, /* list_emblems */
7631 oscar_status_text, /* status_text */ 7631 oscar_status_text, /* status_text */
7632 oscar_tooltip_text, /* tooltip_text */ 7632 oscar_tooltip_text, /* tooltip_text */
7633 oscar_status_types, /* status_types */ 7633 oscar_status_types, /* status_types */