aboutsummaryrefslogtreecommitdiff
path: root/src/luxgetp.c
Commit message (Collapse)AuthorAgeFilesLines
* Move functions to their own filesThomas Voss 2022-10-131-0/+27
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.