1 #ifndef CLIB_SCREENNOTIFY_PROTOS_H
2 #define CLIB_SCREENNOTIFY_PROTOS_H
6 ** $VER: screennotify_protos.h 1.0 (27.04.2010)
8 ** C prototypes. For use with 32 bit integers only.
11 ** All Rights Reserved
15 #include <exec/types.h>
18 APTR
AddCloseScreenClient(struct Screen
* screen
, struct MsgPort
* port
, LONG pri
);
19 BOOL
RemCloseScreenClient(APTR handle
);
20 APTR
AddPubScreenClient(struct MsgPort
* port
, LONG pri
);
21 BOOL
RemPubScreenClient(APTR handle
);
22 APTR
AddWorkbenchClient(struct MsgPort
* port
, LONG pri
);
23 BOOL
RemWorkbenchClient(APTR handle
);
25 #endif /* CLIB_SCREENNOTIFY_PROTOS_H */