summaryrefslogtreecommitdiff
path: root/Xext/dpmsproc.h
blob: 57bee2f3ea0db1d115f3868040102f0a28f56456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $XFree86$ */

/* Prototypes for functions that the DDX must provide */

#ifndef _DPMSPROC_H_
#define _DPMSPROC_H_

void DPMSSet(int level);
int  DPMSGet(int *plevel);
Bool DPMSSupported(void);

#endif