Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
DPMSCapable(3)			  X Version 11			  DPMSCapable(3)

NAME
     DPMSCapable - returns the DPMS capability of the X server

SYNOPSIS
     cc [ flag ... ] file ... -lXext [ library ... ]
     #include <X11/extensions/dpms.h>

     Bool DPMSCapable ( Display *display );

ARGUMENTS
     display
	    Specifies the connection to the X server

DESCRIPTION
     The  DPMSCapable  function  returns  the Display Power Management 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 ca-
		    pable of DPMS.

     False	    The DPMSCapable function returns True if the X server is in-
		    capable of DPMS.

libXext 1.3.7			   2005-06-28			  DPMSCapable(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=DPMSCapable&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help