summaryrefslogtreecommitdiff
path: root/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-19build: use add_project_arguments instead of configuration_dataSimon Ser2-2/+0
No need to include config.h anymore.
2021-07-19Create/destroy a new shm buffer per frameManuel Stoeckl1-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-10cairo: Replace <cairo/cairo.h> by <cairo.h>Issam E. Maghni3-5/+5
Same as https://github.com/swaywm/sway/pull/6262
2019-04-25Split swaybg into a standalone projectDrew DeVault5-0/+104