diff options
| -rw-r--r-- | main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ main(int argc, char **argv)  {  	int br, max, opt;  	double pr; -	struct luxdisp disp; +	lux_t disp;  	luxinit(&disp);  	if (argc == 1)  | 
| index : lux | ||
| A simple to use command-line utility to interact with screen brightness | Thomas Voss | 
| aboutsummaryrefslogtreecommitdiff | 
| -rw-r--r-- | main.c | 2 | 
@@ -36,7 +36,7 @@ main(int argc, char **argv)  {  	int br, max, opt;  	double pr; -	struct luxdisp disp; +	lux_t disp;  	luxinit(&disp);  	if (argc == 1)  |