Added feature to change by percentage. Added makefile. Added shell script to modify ownership of the file that affects brightness
This commit is contained in:
+4
-4
@@ -9,11 +9,11 @@ public:
|
||||
void grabBrightness();
|
||||
void grabMaxBrightness();
|
||||
|
||||
unsigned getCurrentBrightness() const;
|
||||
unsigned getMaxBrightness() const;
|
||||
static unsigned getCurrentBrightness();
|
||||
static unsigned getMaxBrightness();
|
||||
|
||||
private:
|
||||
unsigned currentBrightness;
|
||||
unsigned maxBrightness;
|
||||
static unsigned currentBrightness;
|
||||
static unsigned maxBrightness;
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user