summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: use add_project_arguments instead of configuration_dataSimon Ser2021-07-192-2/+0
| | | | No need to include config.h anymore.
* Create/destroy a new shm buffer per frameManuel Stoeckl2021-07-191-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.
* cairo: Replace <cairo/cairo.h> by <cairo.h>Issam E. Maghni2021-05-103-5/+5
| | | | Same as https://github.com/swaywm/sway/pull/6262
* Split swaybg into a standalone projectDrew DeVault2019-04-255-0/+104