diff src/gtkutils.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 e8d62dc363c5
children 896efbdc74e2
line wrap: on
line diff
--- a/src/gtkutils.h	Fri Jan 07 22:44:01 2005 +0000
+++ b/src/gtkutils.h	Sat Jan 08 07:25:37 2005 +0000
@@ -366,5 +366,10 @@
  */
 void gaim_dnd_file_manage(GtkSelectionData *sd, GaimAccount *account, const char *who);
 
+/**
+ * Convenience wrapper for gaim_buddy_icon_get_scale_size
+ */
+void gaim_gtk_buddy_icon_get_scale_size(GdkPixbuf *buf, GaimBuddyIconSpec *spec, int *width, int *height);
+
 
 #endif /* _GAIM_GTKUTILS_H_ */