#include "dmx.h"#include "dmxdpms.h"#include "dmxlog.h"#include "dmxsync.h"#include "dpmsproc.h"#include "windowstr.h"#include "X11/extensions/dpms.h"Functions | |
| void | dmxDPMSInit (DMXScreenInfo *dmxScreen) | 
| void | dmxDPMSTerm (DMXScreenInfo *dmxScreen) | 
| void | dmxDPMSWakeup (void) | 
      
  | 
  
| 
 Initialize DPMS support. We save the current settings and turn off DPMS. The settings are restored in dmxDPMSTerm.  | 
  
      
  | 
  
| 
 Terminate DPMS support on dmxScreen. We restore the settings saved in dmxDPMSInit.  | 
  
      
  | 
  
| 
 Called when activity is detected so that DPMS power-saving mode can be deactivated.  |