aboutsummaryrefslogtreecommitdiff
path: root/src/disp.c
AgeCommit message (Collapse)Author
2024-06-30Add support for release compilation modeHEADmasterTristan Riehs
Displays are not shared libraries, but object files that are part of the final executable.
2024-06-30Improve dynamic loadingTristan Riehs
Make loading code cleaner and prefix public function names to allow static compilation.
2024-06-22Improve disp API and implement dynamic reloadTristan Riehs
2024-06-22Add dynamix reloading functionsTristan Riehs
Also reserve a couple return values for read_input.
2024-06-20Use cli and gui as shared librariesTristan Riehs
2024-06-20Improve error handlingTristan Riehs
2024-06-20Define a display interfaceTristan Riehs