2 * System metrics definitions
4 * Copyright 1994 Alexandre Julliard
7 #ifndef __WINE_SYSMETRICS_H
8 #define __WINE_SYSMETRICS_H
10 extern void SYSMETRICS_Init(void); /* sysmetrics.c */
11 extern void SYSCOLOR_Init(void); /* syscolor.c */
14 #define SM_WINE_BPP (SM_CMETRICS+1) /* screen bpp */
15 #define SM_WINE_CMETRICS SM_WINE_BPP
17 #endif /* __WINE_SYSMETRICS_H */