2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
5 Desc: Store a display mode information in the database
9 #include <aros/libcall.h>
10 #include <graphics/gfxbase.h>
13 * This is a private AmigaOS(tm) functions which could be used by display drivers
14 * in DEVS:Monitors. This is kept only for binary compatibility with m68k Workbench disks.
17 AROS_LH1(ULONG
, AddDisplayData
,
18 AROS_LHA(APTR
, displayInfoRecord
, A0
),
19 struct GfxBase
*, GfxBase
, 123, Graphics
)