1 #ifndef GRAPHICS_INTERNAL_H
2 #define GRAPHICS_INTERNAL_H
5 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
8 Desc: GfxHIDD specific Internal Information Management
12 #ifndef GRAPHICS_GFXBASE_H
13 # include <graphics/gfxbase.h>
15 #ifndef HIDD_GRAPHICS_H
16 # include <hidd/graphics.h>
19 #include "fakegfxhidd.h"
24 VOID
activatebm_callback(APTR data
, OOP_Object
*bmobj
, BOOL activated
);
25 BOOL
init_activescreen_stuff(struct GfxBase
*GfxBase
);
26 VOID
cleanup_activescreen_stuff(struct GfxBase
*GfxBase
);
29 #define PRIV_GFXBASE(base) ((struct GfxBase_intern *)base)
32 #endif /* GRAPHICS_INTERNAL_H */