2 Copyright © 2010-2013, The AROS Development Team. All rights reserved.
5 Free a copy of monitors list
8 #include <proto/exec.h>
10 #include "intuition_intern.h"
12 /*****************************************************************************
16 #include <proto/intuition.h>
18 AROS_LH1(void, FreeMonitorList
,
21 AROS_LHA(Object
**, list
, A1
),
24 struct IntuitionBase
*, IntuitionBase
, 162, Intuition
)
27 Frees an array of monitor class objects obtained using
31 list - a pointer to the list to free.
37 This function is compatible with MorphOS v2.
48 *****************************************************************************/