comparison src/prpl.h @ 11358:fb702c34794b

[gaim-migrate @ 13580] New protocol option added. committer: Tailor Script <tailor@pidgin.im>
author Bartoz Oler <bartosz@pidgin.im>
date Sun, 28 Aug 2005 22:18:08 +0000
parents 90be432e8385
children 201617d49573
comparison
equal deleted inserted replaced
11357:f0bc5f121684 11358:fb702c34794b
151 /** 151 /**
152 * Allows font size to be specified in sane point size 152 * Allows font size to be specified in sane point size
153 * 153 *
154 * Probably just Jabber and Y!M 154 * Probably just Jabber and Y!M
155 */ 155 */
156 OPT_PROTO_USE_POINTSIZE = 0x00000100 156 OPT_PROTO_USE_POINTSIZE = 0x00000100,
157
158 /**
159 * Set the Register button active when screenname is not given.
160 *
161 * Gadu-Gadu doesn't need a screenname to register new account.
162 */
163 OPT_PROTO_REGISTER_NOSCREENNAME = 0x00000200,
157 164
158 } GaimProtocolOptions; 165 } GaimProtocolOptions;
159 166
160 /** 167 /**
161 * A protocol plugin information structure. 168 * A protocol plugin information structure.