2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Graphics function ScrollRegion()
8 #include "graphics_intern.h"
9 #include <graphics/regions.h>
10 #include "intregions.h"
12 /*****************************************************************************
15 #include <proto/graphics.h>
17 AROS_LH2I(VOID
, SwapRegions
,
20 AROS_LHA(struct Region
*, region1
, A0
),
21 AROS_LHA(struct Region
*, region2
, A1
),
24 struct GfxBase
*, GfxBase
, 192, Graphics
)
27 Swap the contents of the two regions.
30 region1, region2 - pointers to the two regions to swap the contents of
35 This function doesn't exist in AmigaOS
48 *****************************************************************************/
52 _SwapRegions(region1
, region2
);