21 #define XCB_DPMS_MAJOR_VERSION 0
22 #define XCB_DPMS_MINOR_VERSION 0
34 #define XCB_DPMS_GET_VERSION 0
67 #define XCB_DPMS_CAPABLE 1
98 #define XCB_DPMS_GET_TIMEOUTS 2
124 #define XCB_DPMS_SET_TIMEOUTS 3
139 #define XCB_DPMS_ENABLE 4
151 #define XCB_DPMS_DISABLE 5
162 typedef enum xcb_dpms_dpms_mode_t {
163 XCB_DPMS_DPMS_MODE_ON,
164 XCB_DPMS_DPMS_MODE_STANDBY,
165 XCB_DPMS_DPMS_MODE_SUSPEND,
166 XCB_DPMS_DPMS_MODE_OFF
167 } xcb_dpms_dpms_mode_t;
170 #define XCB_DPMS_FORCE_LEVEL 6
190 #define XCB_DPMS_INFO 7
236 uint16_t client_major_version ,
237 uint16_t client_minor_version );
264 uint16_t client_major_version ,
265 uint16_t client_minor_version );
476 uint16_t standby_timeout ,
477 uint16_t suspend_timeout ,
478 uint16_t off_timeout );
503 uint16_t standby_timeout ,
504 uint16_t suspend_timeout ,
505 uint16_t off_timeout );
621 uint16_t power_level );
644 uint16_t power_level );