1 #ifndef SCREENNOTIFYTASK_H
2 #define SCREENNOTIFYTASK_H
5 Copyright 1995-2007, The AROS Development Team. All rights reserved.
9 #define SCREENNOTIFYTASK_NAME " Screennotify Handler "
10 #define SCREENNOTIFYTASK_STACKSIZE AROS_STACKSIZE
11 #define SCREENNOTIFYTASK_PRIORITY 0
13 /* Structure passed to the DefaultMenuHandler task when it's initialized */
15 BOOL
InitDefaultScreennotifyHandler(struct IntuitionBase
*IntuitionBase
);
17 struct ScreennotifyTaskParams
19 struct IntuitionBase
*intuitionBase
;
21 struct MsgPort
*ScreennotifyHandlerPort
; /* filled in by ScreennotifyHandler task */
25 #endif /* SCREENNOTIFYTASK_H */