view libpurple/purple-client.h @ 17636:3ddc32027e58

Crop 22x22 tray icons to actually be 22x22 pixels to prevent jumping around when flashing. This just removes the extra 1 pixel border, and at least for me, doesn't actually change the appearance of the icons at all.
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 15 Jun 2007 00:26:07 +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