X FUNCTIONS DPMSCapable(3xext)
NAME
DPMSCapable - returns the DPMS capability of the X server
SYNOPSIS
cc [ flag... ] file... -lXext [ library... ]
cc [ flag ... ] file ... -lXext [ library ... ]
#include
Bool DPMSCapable ( Display *display );
ARGUMENTS display Specifies the connection to the X serverDESCRIPTION
The DPMSCapable function returns the Display Power Manage-
ment Signaling (DPMS) capability of the X server, either TRUE (capable of DPMS) or FALSE (incapable of DPMS).RETURN VALUES
True The DPMSCapable function returns True if the
X server is capable of DPMS.False The DPMSCapable function returns True if the
X server is incapable of DPMS.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | x11/library/libxext ||_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | See XInitThreads(3X11) |
|_____________________________|_____________________________|
X Version 11 Last change: libXext 1.1.2 1