summaryrefslogtreecommitdiff
path: root/include/background-image.h
AgeCommit message (Collapse)AuthorLines
2021-05-10cairo: Replace <cairo/cairo.h> by <cairo.h>Issam E. Maghni-1/+1
For full context, read https://gitlab.freedesktop.org/cairo/cairo/-/issues/479 TL;DR, cairo’s pc file adds `/cairo` to CFLAGS. So namespace cairo shouldn’t be used.
2018-04-04Initial swaylock portDrew DeVault-2/+3
2018-04-04Move swaybg background rendering into common/Drew DeVault-0/+19
swaylock will use it too