1DPMSCapable(3x) X FUNCTIONS DPMSCapable(3x)
2
3
4
6 DPMSCapable - returns the DPMS capability of the X server
7
9 cc [ flag ... ] file ... -lXext [ library ... ]
10 #include <X11/extensions/dpms.h>
11
12 Bool DPMSCapable ( Display *display );
13
15 display
16 Specifies the connection to the X server
17
19 The DPMSCapable function returns the Display Power Management Signaling
20 (DPMS) capability of the X server, either TRUE (capable of DPMS) or
21 FALSE (incapable of DPMS).
22
24 True The DPMSCapable function returns True if the X server is
25 capable of DPMS.
26
27 False The DPMSCapable function returns True if the X server is
28 incapable of DPMS.
29
30
31
32X Version 11 libXext 1.0.1 DPMSCapable(3x)