/* drwUWascr */


#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif


#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif


#ifdef __cplusplus 
extern "C" {
#endif

extern void drw_u_set_auto_scroll(wimp_w whan,
                                  drw_ascr_data *wascr,
                                  int ascrreason);
extern void drw_u_adjust_wascr_distances(wimp_w whan,
                                         wimp_w overwindow,
                                         drw_ascr_data *wascr,
                                         os_coord *mousepos,
                                         int *directionx,
                                         int *directiony,
                                         int *distancex,
                                         int *distancey);
extern int drw_u_scroll_obscured(wimp_w scrollwin,
                                 wimp_w obscuredby);
extern int drw_u_set_autoscroll_ptr(wimp_w whan,
                                    wimp_w overwinow,
                                    int scrollxy,
                                    int scrollx,
                                    int scrolly);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

