1 ==id $Id: screennotify_lib.sfd,v 1.0 2010/04/27 18:26:42 noname Exp $
2 * "screennotify.library"
3 ==base _ScreenNotifyBase
4 ==basetype struct Library *
5 ==libname screennotify.library
8 ==include <exec/types.h>
9 APTR AddCloseScreenClient(struct Screen * screen, struct MsgPort * port, BYTE pri) (a0,a1,d0)
10 BOOL RemCloseScreenClient(APTR handle) (a0)
11 APTR AddPubScreenClient(struct MsgPort * port, BYTE pri) (a0,d0)
12 BOOL RemPubScreenClient(APTR handle) (a0)
13 APTR AddWorkbenchClient(struct MsgPort * port, BYTE pri) (a0,d0)
14 BOOL RemWorkbenchClient(APTR handle) (a0)