aboutsummaryrefslogtreecommitdiff
path: root/include/background-image.h
AgeCommit message (Collapse)AuthorLines
2023-11-23common: move load_image to swaybarManuel Stoeckl-7/+0
swaynag, swaymsg, and sway do not use this function and are unlikely to in the future.
2023-11-23common: rename load_background_image to load_imageManuel Stoeckl-1/+1
2023-11-23common: Drop unused render_background_imageManuel Stoeckl-14/+1
And the associated background_mode enum.
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