diff options
author | Alexander Volkov <a.volkov@rusbitech.ru> | 2018-10-01 16:58:30 +0300 |
---|---|---|
committer | Alexander Volkov <avolkov@astralinux.ru> | 2020-02-26 15:44:33 +0300 |
commit | 564d18c8e56cd6f271a928f1dc835b40e1f5a181 (patch) | |
tree | 287c1a265c9f228ce75cafa92bda5aed0be7217d /configure.ac | |
parent | 032909626b4b4757a4ad10823b199157538a58e9 (diff) |
Add DPMSInfoNotify event
This will allow applications to respond to changes of power level
of a monitor, e.g. an application may stop rendering and related
calculations when the monitor is off.
Bump DPMS version to 1.2, install dpmsproto.pc.
Signed-off-by: Alexander Volkov <a.volkov@rusbitech.ru>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0df5858..5b73036 100644 --- a/configure.ac +++ b/configure.ac @@ -110,6 +110,7 @@ AC_CONFIG_FILES([applewmproto.pc compositeproto.pc damageproto.pc dmxproto.pc + dpmsproto.pc dri2proto.pc dri3proto.pc evieproto.pc |