blob: ad922d4b606fd881772f15fd89a29823c00fdec1 [file] [log] [blame]
Alexandre Julliardcdd09231994-01-12 11:12:51 +00001/*
2 * System metrics definitions
3 *
4 * Copyright 1994 Alexandre Julliard
5 */
6
Alexandre Julliardc6c09441997-01-12 18:32:19 +00007#ifndef __WINE_SYSMETRICS_H
8#define __WINE_SYSMETRICS_H
Alexandre Julliardcdd09231994-01-12 11:12:51 +00009
Alexandre Julliard02e90081998-01-04 17:49:09 +000010extern void SYSMETRICS_Init(void); /* sysmetrics.c */
Alexandre Julliard02e90081998-01-04 17:49:09 +000011extern void SYSCOLOR_Init(void); /* syscolor.c */
12
Alexandre Julliard646c5622000-07-31 23:32:47 +000013/* Wine extensions */
14#define SM_WINE_BPP (SM_CMETRICS+1) /* screen bpp */
15#define SM_WINE_CMETRICS SM_WINE_BPP
16
Alexandre Julliardc6c09441997-01-12 18:32:19 +000017#endif /* __WINE_SYSMETRICS_H */