Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / muimaster / mui_removeclipping.c
blob5ffee0a2821b2e3cdac8713414892508a7c9155a
1 /*
2 Copyright © 2002-2007, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <proto/muimaster.h>
8 #include "mui.h"
9 #include "muimaster_intern.h"
11 /*****************************************************************************
13 NAME */
14 AROS_LH2(VOID, MUI_RemoveClipping,
16 /* SYNOPSIS */
17 AROS_LHA(struct MUI_RenderInfo *, mri, A0),
18 AROS_LHA(APTR, handle, A1),
20 /* LOCATION */
21 struct Library *, MUIMasterBase, 25, MUIMaster)
23 /* FUNCTION
25 INPUTS
27 RESULT
29 NOTES
31 EXAMPLE
33 BUGS
35 SEE ALSO
37 INTERNALS
39 HISTORY
41 *****************************************************************************/
43 AROS_LIBFUNC_INIT
45 MUI_RemoveClipRegion(mri, handle);
47 AROS_LIBFUNC_EXIT
49 } /* MUIA_RemoveClipping */