Mercurial > pidgin
changeset 9316:d9d4b987e194
[gaim-migrate @ 10124]
Documentation.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sat, 19 Jun 2004 15:52:17 +0000 |
parents | cb525f727f9c |
children | 8e1ddf5d81d0 |
files | src/prpl.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/prpl.h Sat Jun 19 15:50:07 2004 +0000 +++ b/src/prpl.h Sat Jun 19 15:52:17 2004 +0000 @@ -103,12 +103,13 @@ /** * A description of a Buddy Icon specification. This tells Gaim what kind of image file * it should give this prpl, and what kind of image file it should expect back. + * Dimensions less than 1 should be ignored and the image not scaled. */ typedef struct { char *format; /**< This is a comma-delimited list of image formats or NULL if icons are not supported. * The core nor the prpl will actually check to see if the data it's given matches this, it's entirely * up to the UI to do what it wants */ - int width; /**< The width of this icon */ + int width; /**< The width of this icon */ int height; /**< The height of this icon */ } GaimBuddyIconSpec;