2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: PRIVATE: Indicate that a reset is imminent.
9 #include "graphics_intern.h"
10 #include <proto/graphics.h>
11 #include <proto/oop.h>
13 /*****************************************************************************
17 AROS_LH0(void, ShowImminentReset
,
22 struct GfxBase
*, GfxBase
, 197, Graphics
)
25 Indicates that a reset is imminent by (usually)
44 *****************************************************************************/
47 AROS_LIBBASE_EXT_DECL(struct GfxBase
*,GfxBase
)
49 OOP_DoMethod(SDD(GfxBase
)->gfxhidd_orig
, (OOP_Msg
)&SDD(GfxBase
)->hiddGfxShowImminentReset_MethodID
);
53 } /* ShowImminentReset */