Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't check for O_PATH being defined | Thomas Voss | 2022-11-17 | 1 | -6/+0 |
| | | | | | | | | O_PATH has been in Linux since version 2.6.39, which was a very long time ago. Additionally, this library only works on Linux anyways since the interface to backlight information is Linux-specific. Therefore we have no real reason to bother with handling the case where it's not defined. | ||||
* | Use LIBLUX_ as a macro prefix | Thomas Voss | 2022-11-17 | 1 | -4/+4 |
| | |||||
* | Formatting fix | Thomas Voss | 2022-11-17 | 1 | -6/+6 |
| | |||||
* | Move functions to their own files | Thomas Voss | 2022-10-13 | 1 | -0/+57 |
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. |