aboutsummaryrefslogtreecommitdiff
path: root/src/luxinit.c
Commit message (Collapse)AuthorAgeFilesLines
* Actually cleanup after ourselvesv1.0.0Thomas Voss 2022-10-131-2/+7
|
* Move functions to their own filesThomas Voss 2022-10-131-0/+68
Also we move the source code to a src/ directory. We also move from using `struct luxdisp` to `lux_t` to signify that we don’t want the user to be messing with the struct members.