/* drwWredraw */


#ifdef __cplusplus 
extern "C" {
#endif

extern void drw_wint_pollredrawwindow(wimp_w whan);
extern os_error *drw_wimp_redrawwindow(wimp_w whan);
extern os_error *drw_wimp_update_window(wimp_w whan, os_box *updatebox);
extern os_error *drw_wimp_updatewindow(wimp_w whan,
                                       int x0,
                                       int y0,
                                       int x1,
                                       int y1);
extern os_error *drw_wimp_deleteicon(wimp_w whan, wimp_i icon, int redraw);
extern void drw_catch_redraws(wimp_block *wb,
                              wimp_event_no reason,
                              void *actiondata);
extern void drw_redraw_init(void);

#ifdef __cplusplus
}
#endif

