# HG changeset patch # User Sean Egan # Date 1087660337 0 # Node ID d9d4b987e194eb5d33c8bf463f2e43ebfcb834be # Parent cb525f727f9c277025f2254b6057f82b962107e0 [gaim-migrate @ 10124] Documentation. committer: Tailor Script diff -r cb525f727f9c -r d9d4b987e194 src/prpl.h --- 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;