diff options
Diffstat (limited to 'src/screen.h')
-rw-r--r-- | src/screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h index 56f2acd..eb45fb4 100644 --- a/src/screen.h +++ b/src/screen.h @@ -170,6 +170,8 @@ public: int checkScreenSaverStatus(); //! for check the actual status of DPMS on the machine int checkDPMSStatus(); + //! for check whether the screensaver is being displayed or not + bool checkScreenSaverActive(); //! default constructor screen(); |