/* $Id: dpmsproc.h,v 1.4 2003-09-11 05:12:50 keithp 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
