| 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 GNU General Public License for more details. |
16 GNU General Public License for more details. |
| 17 |
17 |
| 18 */ |
18 */ |
| 19 |
19 |
| 20 #ifndef SILCPURPLE_WB_H |
20 #ifndef PURPLE_SILC_WB_H |
| 21 #define SILCPURPLE_WB_H |
21 #define PURPLE_SILC_WB_H |
| 22 |
22 |
| 23 #include "silcpurple.h" |
23 #include "silcpurple.h" |
| 24 #include "whiteboard.h" |
24 #include "whiteboard.h" |
| 25 |
25 |
| 26 PurpleWhiteboard * |
26 PurpleWhiteboard * |
| 44 void silcpurple_wb_get_brush(const PurpleWhiteboard *wb, int *size, int *color); |
44 void silcpurple_wb_get_brush(const PurpleWhiteboard *wb, int *size, int *color); |
| 45 void silcpurple_wb_set_brush(PurpleWhiteboard *wb, int size, int color); |
45 void silcpurple_wb_set_brush(PurpleWhiteboard *wb, int size, int color); |
| 46 void silcpurple_wb_send(PurpleWhiteboard *wb, GList *draw_list); |
46 void silcpurple_wb_send(PurpleWhiteboard *wb, GList *draw_list); |
| 47 void silcpurple_wb_clear(PurpleWhiteboard *wb); |
47 void silcpurple_wb_clear(PurpleWhiteboard *wb); |
| 48 |
48 |
| 49 #endif /* SILCPURPLE_WB_H */ |
49 #endif /* PURPLE_SILC_WB_H */ |