Update to lasso handling. Adjust scroll amount based on difference between mouse...
[AROS.git] / rom / graphics / documentation.c
blob0955458cba046c74a25bd85c600a4a656642b06c
1 /*
2 Copyright © 2008, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Autodocs for function macros
6 Lang: english
7 */
11 Purpose of this file is to deliver autodoc headers for preprozessor macros.
12 Thus they can be linked from the "SEE ALSO" chapter of other autodocs.
13 This file contains no source code, it doesn't make sense to compile it.
17 /*****************************************************************************
19 NAME
20 ULONG AreaCircle(
22 SYNOPSIS
23 struct RastPort * rp,
24 WORD cx,
25 WORD cy,
26 WORD r );
28 LOCATION
29 graphics.library
31 FUNCTION
32 Calls AreaEllipse with "a" and "b" set to "r".
34 INPUTS
36 RESULT
38 NOTES
40 EXAMPLE
42 BUGS
44 SEE ALSO
45 AreaEllipse()
47 INTERNALS
49 HISTORY
51 *****************************************************************************/