Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix memory leak when using image tile mode | Manuel Stoeckl | 2022-03-05 | 1 | -0/+1 |
| | | | | | | | cairo_pattern_t and cairo_surface_t are both reference counted; before this change, `pattern` being leaked kept alive an extra reference to the image to which it referred, thereby leaking the image as well. | ||||
* | cairo: Replace <cairo/cairo.h> by <cairo.h> | Issam E. Maghni | 2021-05-10 | 1 | -1/+1 |
| | | | | Same as https://github.com/swaywm/sway/pull/6262 | ||||
* | Split swaybg into a standalone project | Drew DeVault | 2019-04-25 | 1 | -0/+120 |