aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-10-13 02:02:20 +0200
committerThomas Voss <mail@thomasvoss.com> 2022-11-13 09:22:35 +0100
commit8edfed66f26ef9686b5a5ee0e288ed9f5cddfdfb (patch)
tree869d4bde4e7963e6822e60fa47f1a71156449c0d
parent9773399ce8a1651e1ce803a46dd0ff4049a3eef6 (diff)
Use the new lux_t
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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)