2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Graphics function CloseMonitor()
8 #include <aros/debug.h>
9 #include <graphics/monitor.h>
11 /*****************************************************************************
14 #include <proto/graphics.h>
16 AROS_LH1(LONG
, CloseMonitor
,
19 AROS_LHA(struct MonitorSpec
*, monitor_spec
, A0
),
22 struct GfxBase
*, GfxBase
, 120, Graphics
)
27 monitor_spec - pointer to a MonitorSpec opened via OpenMonitor(),
31 error - FALSE if MonitorSpec closed uneventfully
32 TRUE if MonitorSpec could not be closed
41 OpenMonitor() graphics/monitor.h
48 ******************************************************************************/
52 #warning TODO: Write graphics/CloseMonitor()
53 aros_print_not_implemented ("CloseMonitor");