home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / gcc / fd2inline_bin.lha / include / inline / screennotify.h < prev    next >
C/C++ Source or Header  |  1997-01-31  |  1KB  |  39 lines

  1. /* Automatically generated header! Do not edit! */
  2.  
  3. #ifndef _INLINE_SCREENNOTIFY_H
  4. #define _INLINE_SCREENNOTIFY_H
  5.  
  6. #ifndef __INLINE_MACROS_H
  7. #include <inline/macros.h>
  8. #endif /* !__INLINE_MACROS_H */
  9.  
  10. #ifndef SCREENNOTIFY_BASE_NAME
  11. #define SCREENNOTIFY_BASE_NAME ScreenNotifyBase
  12. #endif /* !SCREENNOTIFY_BASE_NAME */
  13.  
  14. #define AddCloseScreenClient(screen, port, pri) \
  15.     LP3(0x1e, APTR, AddCloseScreenClient, struct Screen *, screen, a0, struct MsgPort *, port, a1, BYTE, pri, d0, \
  16.     , SCREENNOTIFY_BASE_NAME)
  17.  
  18. #define AddPubScreenClient(port, pri) \
  19.     LP2(0x2a, APTR, AddPubScreenClient, struct MsgPort *, port, a0, BYTE, pri, d0, \
  20.     , SCREENNOTIFY_BASE_NAME)
  21.  
  22. #define AddWorkbenchClient(port, pri) \
  23.     LP2(0x36, APTR, AddWorkbenchClient, struct MsgPort *, port, a0, BYTE, pri, d0, \
  24.     , SCREENNOTIFY_BASE_NAME)
  25.  
  26. #define RemCloseScreenClient(handle) \
  27.     LP1(0x24, BOOL, RemCloseScreenClient, APTR, handle, a0, \
  28.     , SCREENNOTIFY_BASE_NAME)
  29.  
  30. #define RemPubScreenClient(handle) \
  31.     LP1(0x30, BOOL, RemPubScreenClient, APTR, handle, a0, \
  32.     , SCREENNOTIFY_BASE_NAME)
  33.  
  34. #define RemWorkbenchClient(handle) \
  35.     LP1(0x3c, BOOL, RemWorkbenchClient, APTR, handle, a0, \
  36.     , SCREENNOTIFY_BASE_NAME)
  37.  
  38. #endif /* !_INLINE_SCREENNOTIFY_H */
  39.