Minor fixes to comments.
[AROS.git] / rom / graphics / adddisplaydata.c
blob89f7cb34c029772aa185f9202893facdb104faf2
1 /*
2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Store a display mode information in the database
6 Lang: english
7 */
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)
21 AROS_LIBFUNC_INIT
23 return 0;
25 AROS_LIBFUNC_EXIT