Mercurial > pidgin.yaz
diff src/prpl.h @ 5367:fc0441fbf159
[gaim-migrate @ 5743]
javabsp fixed y!m point sizes (again)
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 14 May 2003 04:11:23 +0000 |
| parents | 890b29f00b68 |
| children | 3e8487580024 |
line wrap: on
line diff
--- a/src/prpl.h Wed May 14 01:15:58 2003 +0000 +++ b/src/prpl.h Wed May 14 04:11:23 2003 +0000 @@ -159,6 +159,13 @@ */ OPT_PROTO_PASSWORD_OPTIONAL = 0x00000100, + /** + * Allows font size to be specified in sane point size + * + * Probably just Jabber and Y!M + */ + OPT_PROTO_USE_POINTSIZE = 0x00000200, + } GaimProtocolOptions; /** Custom away message. */
