--- a/pidgin/gtkwhiteboard.h Sat Feb 03 01:08:41 2007 +0000 +++ b/pidgin/gtkwhiteboard.h Sat Feb 03 07:23:11 2007 +0000 @@ -22,8 +22,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _GAIM_GTKWHITEBOARD_H_ -#define _GAIM_GTKWHITEBOARD_H_ +#ifndef _PIDGINWHITEBOARD_H_ +#define _PIDGINWHITEBOARD_H_ #include "gtkgaim.h" @@ -41,9 +41,9 @@ #define PALETTE_NUM_COLORS 7 /** - * A GaimGtkWhiteboard + * A PidginWhiteboard */ -typedef struct _GaimGtkWhiteboard +typedef struct _PidginWhiteboard { GaimWhiteboard *wb; /**< backend data for this whiteboard */ @@ -56,14 +56,14 @@ int height; /**< Canvas height */ int brush_color; /**< Foreground color */ int brush_size; /**< Brush size */ -} GaimGtkWhiteboard; +} PidginWhiteboard; #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /*****************************************************************************/ -/** @name GaimGtkWhiteboard API */ +/** @name PidginWhiteboard API */ /*****************************************************************************/ /*@{*/ @@ -72,7 +72,7 @@ * * @return The GtkWhiteboard UI Operations. */ -GaimWhiteboardUiOps *gaim_gtk_whiteboard_get_ui_ops( void ); +GaimWhiteboardUiOps *pidgin_whiteboard_get_ui_ops( void ); /*@}*/ @@ -80,4 +80,4 @@ } #endif /* __cplusplus */ -#endif /* _GAIM_GTKWHITEBOARD_H_ */ +#endif /* _PIDGINWHITEBOARD_H_ */