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 /dpmsproto.pc.in | |
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 'dpmsproto.pc.in')
-rw-r--r-- | dpmsproto.pc.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dpmsproto.pc.in b/dpmsproto.pc.in new file mode 100644 index 0000000..930d208 --- /dev/null +++ b/dpmsproto.pc.in @@ -0,0 +1,8 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +includedir=@includedir@ + +Name: DPMSProto +Description: DPMS extension headers +Version: 1.2 +Cflags: -I${includedir} |