AmiTimeKeeper/fd/screennotify_lib.sfd

25 lines
766 B
Plaintext

* This SFD file was automatically generated by fd2sfd from
* fd/screennotify_lib.fd and
* include/clib/screennotify_protos.h.
==base _ScreenNotifyBase
==basetype struct Library *
==libname screennotify.library
==include <exec/types.h>
==include <utility/tagitem.h>
*
* fd/screennotify_lib.fd
*
* Function definitions for screennotify.library
*
* $VER: screennotify_lib.fd 1.0 (26.03.95)
*
==bias 30
==public
APTR AddCloseScreenClient(struct Screen * screen, struct MsgPort * port, BYTE pri) (a0,a1,d0)
BOOL RemCloseScreenClient(APTR handle) (a0)
APTR AddPubScreenClient(struct MsgPort * port, BYTE pri) (a0,d0)
BOOL RemPubScreenClient(APTR handle) (a0)
APTR AddWorkbenchClient(struct MsgPort * port, BYTE pri) (a0,d0)
BOOL RemWorkbenchClient(APTR handle) (a0)
==end