2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Graphics function OpenMonitor()
8 #include <aros/debug.h>
9 #include <graphics/monitor.h>
11 /*****************************************************************************
14 #include <proto/graphics.h>
16 AROS_LH2(struct MonitorSpec
*, OpenMonitor
,
19 AROS_LHA(STRPTR
, monitor_name
, A1
),
20 AROS_LHA(ULONG
, display_id
, D0
),
23 struct GfxBase
*, GfxBase
, 119, Graphics
)
28 monitor_name - pointer to a null terminated string
29 display_id - optional 32 bit monitor/mode identifier
32 mspc - pointer to an open MonitorSpec structure
33 NULL if MonitorSpec could not be opened
42 CloseMonitor(), graphics/monitor.h
49 ******************************************************************************/
53 #warning TODO: Write graphics/OpenMonitor()
54 aros_print_not_implemented ("OpenMonitor");