use struct timeval to obtain the cputime. disable display atm until the code is corre...
[AROS.git] / rom / intuition / intuition_debug.h
blob92824ff00118f70333243aa26f7386d976aa9bce
1 #ifndef _INTUITION_DEBUG_H_
2 #define _INTUITION_DEBUG_H_ 1
4 /*
5 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
6 Copyright © 2001-2003, The MorphOS Development Team. All Rights Reserved.
7 $Id$
8 */
10 #define DEBUG_ASSERTS 0 /* Enables pointer validation assertions */
12 #define DEBUG_OpenScreen 0
13 #define DEBUG_OpenScreenTagList 0
14 #define DEBUG_OpenWindow 0
15 #define DEBUG_OpenWindowTagList 0
16 #define DEBUG_CloseScreen 0
17 #define DEBUG_CloseWindow 0
19 #endif /* _INTUITION_DEBUG_H_ */