diff options
Diffstat (limited to 'include/notifications')
-rw-r--r-- | include/notifications/awake.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/notifications/awake.h b/include/notifications/awake.h index 9c9d434..ad04cca 100644 --- a/include/notifications/awake.h +++ b/include/notifications/awake.h @@ -36,15 +36,9 @@ namespace notifications { class Awake { public: - explicit Awake(const std::string& app_name); + explicit Awake(const std::string& app_name, unsigned int display_on_seconds); ~Awake(); - /** Whether or not the display is forced on */ - bool display_forced() const; - - /** Set the display force on/off */ - void set_display_forced(bool forced); - private: class Impl; std::unique_ptr<Impl> impl; |