comparison pidgin/gtkwhiteboard.h @ 32672:3828a61c44da

A boring and large patch so I can merge heads.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 23 Dec 2011 08:21:58 +0000
parents a3bd979c9ce4
children
comparison
equal deleted inserted replaced
32671:0e69949b3e61 32672:3828a61c44da
49 PurpleWhiteboard *wb; /**< backend data for this whiteboard */ 49 PurpleWhiteboard *wb; /**< backend data for this whiteboard */
50 50
51 GtkWidget *window; /**< Window for the Doodle session */ 51 GtkWidget *window; /**< Window for the Doodle session */
52 GtkWidget *drawing_area; /**< Drawing area */ 52 GtkWidget *drawing_area; /**< Drawing area */
53 53
54 GdkPixbuf *pixbuf; /**< Memory for drawing area */ 54 GdkPixmap *pixmap; /**< Memory for drawing area */
55 55
56 int width; /**< Canvas width */ 56 int width; /**< Canvas width */
57 int height; /**< Canvas height */ 57 int height; /**< Canvas height */
58 int brush_color; /**< Foreground color */ 58 int brush_color; /**< Foreground color */
59 int brush_size; /**< Brush size */ 59 int brush_size; /**< Brush size */