home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / code / desklib / DeskLib / !DeskLib / h / Pointer < prev    next >
Encoding:
Text File  |  1995-07-17  |  423 b   |  18 lines

  1.  
  2. #ifndef __dl_pointer_h
  3. #define __dl_pointer_h
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. #include "Core.h"
  8. #include "Icon.h"
  9. #include "Window.h"
  10. extern os_error *Pointer_RestrictToWindow(window_handle window);
  11. extern os_error *Pointer_RestrictToIcon(window_handle window,icon_handle icon);
  12. extern os_error *Pointer_RestrictToRect(wimp_rect rect);
  13. extern os_error *Pointer_Unrestrict(void);
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif
  18.