summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/tderootsystemdevice.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2016-05-02 23:34:35 +1000
committerMichele Calgaro <michele.calgaro@yahoo.it>2016-05-02 23:34:35 +1000
commit92394e2850e50efa0f3334ef3526421befe33072 (patch)
treec166efd9d3b0a5828b6afe555c57952e90e34a1b /tdecore/tdehw/tderootsystemdevice.h
parenta29712773b22aee0b5fefb3cc4b87499baa8db01 (diff)
downloadtdelibs-92394e2850e50efa0f3334ef3526421befe33072.tar.gz
tdelibs-92394e2850e50efa0f3334ef3526421befe33072.zip
tdecore: Improved code for hybrid suspend (aka suspend to RAM + suspend to disk).
Now code is more consistent. This relates to bug 2601. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/tdehw/tderootsystemdevice.h')
-rw-r--r--tdecore/tdehw/tderootsystemdevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tdecore/tdehw/tderootsystemdevice.h b/tdecore/tdehw/tderootsystemdevice.h
index a28ff62a1..2e866e65d 100644
--- a/tdecore/tdehw/tderootsystemdevice.h
+++ b/tdecore/tdehw/tderootsystemdevice.h
@@ -42,7 +42,8 @@ enum TDESystemPowerState {
Hibernate,
PowerOff,
Reboot,
- HybridSuspend
+ HybridSuspend,
+ Disk // Used temporarily to detect hibernation and hybrid suspend capability
};
};