2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Graphics function ModeNotAvailable()
8 #include <graphics/displayinfo.h>
9 #include <graphics/modeid.h>
11 /*****************************************************************************
14 #include <proto/graphics.h>
16 AROS_LH1(ULONG
, ModeNotAvailable
,
19 AROS_LHA(ULONG
, modeID
, D0
),
22 struct GfxBase
*, GfxBase
, 133, Graphics
)
25 returns an error code, indicating why this modeID is not available,
26 or 0 if there is no reason known why this mode should not be there
29 modeID - a 32 bit DisplayInfoRecord identifier
32 error - a general indication of why this modeID is not available,
33 or 0 if there is no reason why it should not be available
42 GetVPModeID() graphics/displayinfo.h
49 ******************************************************************************/
52 AROS_LIBBASE_EXT_DECL(struct GfxBase
*,GfxBase
)
54 #warning Do a real check here
60 } /* ModeNotAvailable */