use struct timeval to obtain the cputime. disable display atm until the code is corre...
[AROS.git] / rom / intuition / freesysrequest.c
blob7c21f0a588ff4b208b3ee13026ffe5d19c6f172d
1 /*
2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 Copyright © 2001-2003, The MorphOS Development Team. All Rights Reserved.
4 $Id$
5 */
7 #include "intuition_intern.h"
8 #include <proto/exec.h>
10 /*****************************************************************************
12 NAME */
13 #include <proto/intuition.h>
14 #include <exec/types.h>
15 #include <intuition/intuition.h>
17 AROS_LH1(void, FreeSysRequest,
19 /* SYNOPSIS */
20 AROS_LHA(struct Window *, window, A0),
22 /* LOCATION */
23 struct IntuitionBase *, IntuitionBase, 62, Intuition)
25 /* FUNCTION
26 Frees a requester made with BuildSysRequest() or
27 BuildEasyRequestArgs().
29 INPUTS
30 window - The requester to be freed. May be NULL or 1.
32 RESULT
34 NOTES
36 EXAMPLE
38 BUGS
39 BuildSysRequest() requesters not supported, yet.
41 SEE ALSO
42 BuildSysRequest(), BuildEasyRequestArgs()
44 INTERNALS
46 *****************************************************************************/
48 AROS_LIBFUNC_INIT
50 freesysreq_intern(window, IntuitionBase);
52 AROS_LIBFUNC_EXIT