diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-03-13 16:50:36 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-03-13 16:50:36 +0100 |
commit | d67bc99f08c6ba9113a769c45538ab3711cc1cfa (patch) | |
tree | a288b1a17230f7fa4a1e759d2455c2a43a4c984d /src/autodimm.h | |
parent | 2f0cf5202c83fe9d034dc3254e8db127f5bdffe3 (diff) | |
download | tdepowersave-d67bc99f08c6ba9113a769c45538ab3711cc1cfa.tar.gz tdepowersave-d67bc99f08c6ba9113a769c45538ab3711cc1cfa.zip |
Fixed up timer for autosuspend and autodimm when a screensaver is also in use. This resolves bug 2603.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/autodimm.h')
-rw-r--r-- | src/autodimm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autodimm.h b/src/autodimm.h index 1ac7ec5..81b1cf9 100644 --- a/src/autodimm.h +++ b/src/autodimm.h @@ -42,7 +42,7 @@ class autodimm : public inactivity public: //! default constructor - autodimm(); + autodimm(screen *disp); //! default destructor ~autodimm(); |