/* drwFn05 */


#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif


#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif


#ifdef __cplusplus 
extern "C" {
#endif

extern int drw_autofn_call_mouseclick_fn(drw_fn_ptr autofn,
                                         wimp_i iconno,
                                         drw_autofn_data *mdata,
                                         void *userdata);
extern int drw_autofn_click(drw_wimp_data *wpwd,
                            wimp_w whan,
                            wimp_i icon,
                            wimp_mouse_state buttontype,
                            int mousex,
                            int mousey,
                            int x,
                            int y);
extern int drw_call_mouseclick_ufn(drw_wimp_data *wpwd,
                                   wimp_w whan,
                                   wimp_i icon,
                                   wimp_mouse_state buttontype,
                                   int x,
                                   int y);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

