define __KERNEL_STRICT_NAMES to avoid inclusion of kernel types on systems that carry...
[cake.git] / rom / graphics / graphics_internal.h
blobae0c7deae9ff272999150268d6d61bc4550471b3
1 #ifndef GRAPHICS_INTERNAL_H
2 #define GRAPHICS_INTERNAL_H
4 /*
5 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: GfxHIDD specific Internal Information Management
9 Lang: english
12 #ifndef GRAPHICS_GFXBASE_H
13 # include <graphics/gfxbase.h>
14 #endif
15 #ifndef HIDD_GRAPHICS_H
16 # include <hidd/graphics.h>
17 #endif
19 #include "fakegfxhidd.h"
20 #include "objcache.h"
23 #if 0
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);
27 #endif
29 #define PRIV_GFXBASE(base) ((struct GfxBase_intern *)base)
31 #include "macros.h"
32 #endif /* GRAPHICS_INTERNAL_H */