Merging diskimagedevice 52.78 into the main branch.
[AROS.git] / workbench / devs / diskimage / sfd / screennotify_lib.sfd
blobf02f755223e6511d3854595cf2e90074554000ad
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
6 ==bias 30
7 ==public
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)
15 ==end