Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2019-07-27 07:57:06
    Hash : a77e9959
    Message : Update to xserver 1.20.5. Tested by jsg@

  • 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"
    
    extern int DPMSSet(ClientPtr client, int level);
    extern Bool DPMSSupported(void);
    
    extern CARD32 DPMSStandbyTime;
    extern CARD32 DPMSSuspendTime;
    extern CARD32 DPMSOffTime;
    extern CARD16 DPMSPowerLevel;
    extern Bool DPMSEnabled;
    extern Bool DPMSDisabledSwitch;
    
    #endif