Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-07-19 | build: use add_project_arguments instead of configuration_data | Simon Ser | 2 | -2/+0 | |
No need to include config.h anymore. | |||||
2021-07-19 | Create/destroy a new shm buffer per frame | Manuel Stoeckl | 1 | -4/+2 | |
Caching these actually increased memory usage after startup; compositors like Sway tend to release the buffer on receipt (since they have already copied the shm buffer to an OpenGL equivalent) so the shm buffer is no longer needed after being used. Outputs (when not in nested mode) are generally only configured/drawn once, so there is no point in caching data for the future. | |||||
2021-05-10 | cairo: Replace <cairo/cairo.h> by <cairo.h> | Issam E. Maghni | 3 | -5/+5 | |
Same as https://github.com/swaywm/sway/pull/6262 | |||||
2019-04-25 | Split swaybg into a standalone project | Drew DeVault | 5 | -0/+104 | |