From 5b3becd0a5f8f20530034d657db5fc16e4001983 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 3 Sep 2011 22:46:14 +0000 Subject: Add DPMS support to libkrandr git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1251242 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- krandr/libkrandr.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'krandr/libkrandr.h') diff --git a/krandr/libkrandr.h b/krandr/libkrandr.h index 6ef7a4b8d..f2a60340a 100644 --- a/krandr/libkrandr.h +++ b/krandr/libkrandr.h @@ -201,6 +201,11 @@ class KRANDR_EXPORT KRandrSimpleAPI : public RandRDisplay */ void applySystemwideDisplayGamma(TQPtrList screenInfoArray); + /** + * Applies the DPMS settings contained within the systemwide display configuration screenInfoArray to the hardware + */ + void applySystemwideDisplayDPMS(TQPtrList screenInfoArray); + /** * Destroys a screen information object */ -- cgit v1.2.3