2006-11-26 11:13:41 -07:00
|
|
|
/* Prototypes for functions that the DDX must provide */
|
|
|
|
|
|
|
|
#ifdef HAVE_DIX_CONFIG_H
|
|
|
|
#include <dix-config.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _DPMSPROC_H_
|
|
|
|
#define _DPMSPROC_H_
|
|
|
|
|
2008-11-02 08:26:08 -07:00
|
|
|
#include "dixstruct.h"
|
|
|
|
|
2012-06-10 07:21:05 -06:00
|
|
|
int DPMSSet(ClientPtr client, int level);
|
2006-11-26 11:13:41 -07:00
|
|
|
Bool DPMSSupported(void);
|
|
|
|
|
|
|
|
#endif
|