Edit

IABSD.fr/xenocara/xserver/Xext/dpmsproc.h

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2008-11-02 15:26:08
    Hash : 60021fe9
    Message : xserver 1.5.2. tested by ckuethe@, oga@, and others.

  • xserver/Xext/dpmsproc.h
  • /* 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