From 8edfed66f26ef9686b5a5ee0e288ed9f5cddfdfb Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 13 Oct 2022 02:02:20 +0200 Subject: Use the new lux_t --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 586ed00..f6fc33a 100644 --- a/main.c +++ b/main.c @@ -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) -- cgit v1.2.3