diff options
Diffstat (limited to 'src/hardware.h')
| -rw-r--r-- | src/hardware.h | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/src/hardware.h b/src/hardware.h index eb8fe99..066d01c 100644 --- a/src/hardware.h +++ b/src/hardware.h @@ -459,8 +459,10 @@ public:  	// --> functions to call a TDE hardware library and trigger an action  	//! execute/trigger a suspend via the TDE hardware library  	bool suspend ( suspend_type suspend ); -	//! set the brightness via TDE hardware library -	bool setBrightness ( int level, int percent = -1); +	//! set the brightness level via TDE hardware library +	bool setBrightnessLevel(int level); +	//! set the brightness percentage via TDE hardware library +	bool setBrightnessPercentage(int percent);  	//! to set the brightness down  	bool setBrightnessDown(int percentageStep = -1);  	//! to set the brightness up | 
