Preliminary version of the C unit tests run-time environment.
[wine/testsucceed.git] / include / sysmetrics.h
blobf39a05cd92621b9e3bce2c28a8dce85fa55702c0
1 /*
2 * System metrics definitions
4 * Copyright 1994 Alexandre Julliard
5 */
7 #ifndef __WINE_SYSMETRICS_H
8 #define __WINE_SYSMETRICS_H
10 extern void SYSMETRICS_Init(void); /* sysmetrics.c */
11 extern INT SYSMETRICS_Set( INT index, INT value ); /* sysmetrics.c */
12 extern void SYSCOLOR_Init(void); /* syscolor.c */
13 extern void SYSPARAMS_GetDoubleClickSize( INT *width, INT *height );
14 extern INT SYSPARAMS_GetMouseButtonSwap( void );
16 /* Wine extensions */
17 #define SM_WINE_BPP (SM_CMETRICS+1) /* screen bpp */
18 #define SM_WINE_CMETRICS SM_WINE_BPP
20 #endif /* __WINE_SYSMETRICS_H */