diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:57 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:57 +0000 |
commit | 9508a382f8a9f241dab097d921b6d290c1c3a776 (patch) | |
tree | fa456480bae7040c3f971a70b390f2d091c680b5 /Xext/dpmsproc.h | |
parent | ded6147bfb5d75ff1e67c858040a628b61bc17d1 (diff) |
Initial revision
Diffstat (limited to 'Xext/dpmsproc.h')
-rw-r--r-- | Xext/dpmsproc.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Xext/dpmsproc.h b/Xext/dpmsproc.h new file mode 100644 index 000000000..1b045cc7c --- /dev/null +++ b/Xext/dpmsproc.h @@ -0,0 +1,12 @@ +/* $XFree86: xc/programs/Xserver/Xext/dpmsproc.h,v 1.3 2001/10/28 03:32:50 tsi Exp $ */ + +/* Prototypes for functions that the DDX must provide */ + +#ifndef _DPMSPROC_H_ +#define _DPMSPROC_H_ + +void DPMSSet(int level); +int DPMSGet(int *level); +Bool DPMSSupported(void); + +#endif |