From 1f876171067c04fc21fccd5a3051f982fd85c0f0 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 21 Oct 2009 19:07:36 +0000 Subject: Updated to xorg-server-1.7.99.1 --- xorg-server/hw/dmx/doc/html/dmxdpms_8c.html | 229 +++++++++++++++++----------- 1 file changed, 138 insertions(+), 91 deletions(-) (limited to 'xorg-server/hw/dmx/doc/html/dmxdpms_8c.html') diff --git a/xorg-server/hw/dmx/doc/html/dmxdpms_8c.html b/xorg-server/hw/dmx/doc/html/dmxdpms_8c.html index 4ad87da6d..2912b4e7c 100644 --- a/xorg-server/hw/dmx/doc/html/dmxdpms_8c.html +++ b/xorg-server/hw/dmx/doc/html/dmxdpms_8c.html @@ -6,114 +6,161 @@ - -
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
-

dmxdpms.c File Reference

#include "dmx.h"
-#include "dmxdpms.h"
-#include "dmxlog.h"
-#include "dmxsync.h"
-#include "dpmsproc.h"
-#include "windowstr.h"
-#include "X11/extensions/dpms.h"
- - - - + + +
+

dmxdpms.c File Reference

#include "dmx.h"
+#include "dmxdpms.h"
+#include "dmxlog.h"
+#include "dmxsync.h"
+#include "windowstr.h"
+#include <X11/extensions/dpms.h>
+

Functions

void dmxDPMSInit (DMXScreenInfo *dmxScreen)
+ + + + + + + + +

Functions

static void _dmxDPMSInit (DMXScreenInfo *dmxScreen)
void dmxDPMSInit (DMXScreenInfo *dmxScreen)
void dmxDPMSTerm (DMXScreenInfo *dmxScreen)
void dmxDPMSWakeup (void)

Variables

static unsigned long dpmsGeneration = 0
static Bool dpmsSupported = TRUE
+

Detailed Description

+

Provides DPMS support and unifies all DPMS and other screen-saver support in one file. If -dpms is given on the command line, or the Xdmx server is not compiled with DPMS support, then the DPMS extension does not work for clients, but DPMS on the backends is still disables (and restored at Xdmx server shutdown time).

+

Function Documentation

+ +
+
+ + + + + + + + + +
static void _dmxDPMSInit (DMXScreenInfo dmxScreen )  [static]
+
+
-void dmxDPMSTerm (DMXScreenInfo *dmxScreen) +

References _DMXScreenInfo::beDisplay, dmxLogOutput(), _DMXScreenInfo::dpmsCapable, _DMXScreenInfo::dpmsEnabled, dpmsGeneration, _DMXScreenInfo::dpmsOff, _DMXScreenInfo::dpmsStandby, dpmsSupported, and _DMXScreenInfo::dpmsSuspend.

-void dmxDPMSWakeup (void) +

Referenced by dmxDPMSInit().

- -

Detailed Description

-Provides DPMS support and unifies all DPMS and other screen-saver support in one file. If -dpms is given on the command line, or the Xdmx server is not compiled with DPMS support, then the DPMS extension does not work for clients, but DPMS on the backends is still disables (and restored at Xdmx server shutdown time).

Function Documentation

-

- - - - -
- + + + +
+
+
- - - - - - + + + + + + -
void dmxDPMSInit DMXScreenInfo dmxScreen  ) void dmxDPMSInit (DMXScreenInfo dmxScreen ) 
-
- - - - - -
-   - + +
+

Initialize DPMS support. We save the current settings and turn off DPMS. The settings are restored in dmxDPMSTerm.

-

-Initialize DPMS support. We save the current settings and turn off DPMS. The settings are restored in dmxDPMSTerm.

-

- - - - -
- +

References _dmxDPMSInit(), _DMXScreenInfo::beDisplay, dmxSync(), and _DMXScreenInfo::savedTimeout.

+ +

Referenced by dmxBEScreenInit().

+ + + + +
+
+
- - - - - - + + + + + + +
void dmxDPMSTerm DMXScreenInfo dmxScreen  ) void dmxDPMSTerm (DMXScreenInfo dmxScreen ) 
+ + + + +
+
+ + + + + + + + +
void dmxDPMSWakeup (void  ) 
-
- - - - - -
-   - + +
+

Called when activity is detected so that DPMS power-saving mode can be deactivated.

-

-Terminate DPMS support on dmxScreen. We restore the settings saved in dmxDPMSInit.

-

- - - - -
- + + +

Variable Documentation

+ +
+
+
- - - - - - + +
void dmxDPMSWakeup void   ) unsigned long dpmsGeneration = 0 [static]
+ +
+

Referenced by _dmxDPMSInit().

+ +
+ + +
+
+ + + +
Bool dpmsSupported = TRUE [static]
-
- - - - - -
-   - + +
-

-Called when activity is detected so that DPMS power-saving mode can be deactivated.

+

Referenced by _dmxDPMSInit().

+ +
+
+
-- cgit v1.2.3