Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-16 | One header file for type definitions and function declarations | Bert Münnich | |
2017-05-17 | Adapt inotify_nop to API changes | Bert Münnich | |
2017-05-17 | Revised autoreload interface | Bert Münnich | |
Make the header only contain the public interface and nothing from the implementation. All functions get a handle to their self object, like the img_ and tns_ and win_ functions. All necessary data (file path) is also passed as an argument, so that no extern redeclarations are needed. Make arl_setup_dir() private, it's not called outside the module. Make arl_handle() return true if the file has changed, so that the reloading of the file can be done by the caller. | |||
2017-05-17 | Add autoreload support by inotify (and dummy backend nop) | Max Voit | |