view libpurple/purple-client.h @ 22807:6079335eb01c

Slightly change the maximum height of the entry box. This seems to fix the issue where the window would also resize with the entry box.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 02 May 2008 01:28:43 +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