| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
The -fomit-frame-pointer optimization is already enabled at -O1 and we
are compiling with -O3, so this is not something we need to manually
specify.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
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.
|