Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 17732:3aafa9d3119c
Fix rounding of buddy icons, it looks like when MSN Messenger converts jpgs
to pngs it gives the entire image an alpha of 254, or something odd like
that. Fixes #1248
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Tue, 05 Jun 2007 20:05:29 +0000 |
parents | 32c366eeeb99 |
children |
line wrap: on
line source
#ifndef _PURPLE_CLIENT_H_INCLUDED_ #define _PURPLE_CLIENT_H_INCLUDED_ #include <glib.h> #include "purple-client-bindings.h" G_BEGIN_DECLS void purple_init(void); G_END_DECLS #endif