diff options
Diffstat (limited to 'krandr/libkrandr.h')
-rw-r--r-- | krandr/libkrandr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/krandr/libkrandr.h b/krandr/libkrandr.h index 6ef7a4b8d..f2a60340a 100644 --- a/krandr/libkrandr.h +++ b/krandr/libkrandr.h @@ -202,6 +202,11 @@ class KRANDR_EXPORT KRandrSimpleAPI : public RandRDisplay void applySystemwideDisplayGamma(TQPtrList<SingleScreenData> screenInfoArray); /** + * Applies the DPMS settings contained within the systemwide display configuration screenInfoArray to the hardware + */ + void applySystemwideDisplayDPMS(TQPtrList<SingleScreenData> screenInfoArray); + + /** * Destroys a screen information object */ void destroyScreenInformationObject(TQPtrList<SingleScreenData> screenInfoArray); |