I dunno that this makes it any easier...
I tried splitting up the sources to speed up some compiling... but it didn't help. I dunno that it's more readable this way. I'm checkpointing this just in case.
This commit is contained in:
8
backlight.h
Normal file
8
backlight.h
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <filesystem>
|
||||
#include "MouseWheelSlider.h"
|
||||
|
||||
void adjustBrightness( MouseWheelSlider *, void * );
|
||||
|
||||
int getBacklightPercent( const std::filesystem::path &backlightPath );
|
||||
Reference in New Issue
Block a user