comparison pidgin/gtkwhiteboard.h @ 15514:535f002e7b0f

More pidgin changes
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 19:08:27 +0000
parents 760ef6d78d2d
children 32c366eeeb99
comparison
equal deleted inserted replaced
15513:7a47740aefaa 15514:535f002e7b0f
1 /** 1 /**
2 * @file gtkwhiteboard.h The GtkGaimWhiteboard frontend object 2 * @file gtkwhiteboard.h The PidginWhiteboard frontend object
3 * 3 *
4 * gaim 4 * gaim
5 * 5 *
6 * Pidgin is the legal property of its developers, whose names are too numerous 6 * Pidgin is the legal property of its developers, whose names are too numerous
7 * to list here. Please refer to the COPYRIGHT file distributed with this 7 * to list here. Please refer to the COPYRIGHT file distributed with this
23 */ 23 */
24 24
25 #ifndef _PIDGINWHITEBOARD_H_ 25 #ifndef _PIDGINWHITEBOARD_H_
26 #define _PIDGINWHITEBOARD_H_ 26 #define _PIDGINWHITEBOARD_H_
27 27
28 #include "gtkgaim.h" 28 #include "pidgin.h"
29 29
30 #include "whiteboard.h" 30 #include "whiteboard.h"
31 31
32 #define FULL_CIRCLE_DEGREES 23040 32 #define FULL_CIRCLE_DEGREES 23040
33 33