diff options
Diffstat (limited to 'xorg-server/Xext/dpmsproc.h')
-rw-r--r-- | xorg-server/Xext/dpmsproc.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg-server/Xext/dpmsproc.h b/xorg-server/Xext/dpmsproc.h new file mode 100644 index 000000000..d57f57318 --- /dev/null +++ b/xorg-server/Xext/dpmsproc.h @@ -0,0 +1,17 @@ + +/* Prototypes for functions that the DDX must provide */ + +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + +#ifndef _DPMSPROC_H_ +#define _DPMSPROC_H_ + +#include "dixstruct.h" + +int DPMSSet(ClientPtr client, int level); +int DPMSGet(int *plevel); +Bool DPMSSupported(void); + +#endif |