fix remapping behavior. Remapping is only necessary if we are rendering on the workbe...
[AROS-Contrib.git] / bgui / include / bgui_proto.h
blob911fd2c27b65395dd61c4c41c1230199bd85bb37
1 #ifndef BGUI_PROTO_H
2 /*
3 * @(#) $Header$
5 * $VER: proto/bgui.h 41.10 (20.1.97)
6 * bgui.library prototypes. For use with 32 bit integers only.
8 * (C) Copyright 1998 Manuel Lemos.
9 * (C) Copyright 1996-1997 Ian J. Einman.
10 * (C) Copyright 1993-1996 Jaba Development.
11 * (C) Copyright 1993-1996 Jan van den Baard.
12 * All Rights Reserved.
14 * $Log$
15 * Revision 42.0 2000/05/09 22:23:27 mlemos
16 * Bumped to revision 42.0 before handing BGUI to AROS team
18 * Revision 41.11 2000/05/09 20:37:14 mlemos
19 * Bumped to revision 41.11
21 * Revision 41.1 2000/05/09 20:02:00 mlemos
22 * Merged with the branch Manuel_Lemos_fixes.
24 * Revision 1.1.2.2 1999/02/18 23:19:28 mlemos
25 * Added support for GCC.
27 * Revision 1.1.2.1 1998/02/26 18:39:11 mlemos
28 * Added missing proto/bgui.h header
32 #define BGUI_PROTO_H
33 #ifdef _DCC
34 #include <pragmas/config.h>
35 #else
36 #define __SUPPORTS_PRAGMAS__ 1
37 #endif
38 #include <exec/types.h>
39 #include <clib/bgui_protos.h>
40 #ifdef __GNUC__
41 #include <inline/bgui.h>
42 #ifndef __NOLIBBASE__
43 extern struct Library *
44 #ifdef __CONSTLIBBASEDECL__
45 __CONSTLIBBASEDECL__
46 #endif
47 BGUIBase;
48 #endif
49 #else
50 #ifdef __SUPPORTS_PRAGMAS__
51 extern struct Library *BGUIBase;
52 #include <pragmas/bgui_pragmas.h>
53 #endif
54 #endif
55 #endif