/* drwnullfn User Interface Functions. */

#ifndef drwnullIfn_H
 #define drwnullIfn_H

#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif


#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif

#ifdef __cplusplus
extern "C" {
#endif

extern void drw_app_start_null_events(void);
extern void drw_wimp_start_null_events(int nullid,
                                       wimp_w whan,
                                       wimp_i icon);
extern void drw_app_stop_null_events(int force);
extern void drw_wimp_stop_null_events(int nullid,
                                      wimp_w whan,
                                      wimp_i icon,
                                      int force);
extern int drw_wimp_check_nulls_enabled(void);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

#endif

