diff src/buddyicon.h @ 10483:748aa3c6de36

[gaim-migrate @ 11773] scaling for the buddy icons in the tooltips, and whatever else decided to sneak in on this commit committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 08 Jan 2005 07:25:37 +0000
parents 78022bad9367
children e8e535ad720b
line wrap: on
line diff
--- a/src/buddyicon.h	Fri Jan 07 22:44:01 2005 +0000
+++ b/src/buddyicon.h	Sat Jan 08 07:25:37 2005 +0000
@@ -29,6 +29,7 @@
 
 #include "account.h"
 #include "blist.h"
+#include "prpl.h"
 
 struct _GaimBuddyIcon
 {
@@ -240,4 +241,16 @@
 
 /*@}*/
 
+/**************************************************************************/
+/** @name Buddy Icon Helper API                                           */
+/**************************************************************************/
+/*@{*/
+
+/**
+ * Gets display size for a buddy icon
+ */
+void gaim_buddy_icon_get_scale_size(GaimBuddyIconSpec *spec, int *width, int *height);
+
+/*@}*/
+
 #endif /* _GAIM_BUDDYICON_H_ */