backend: add new property: BORDER_COLOR

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2022-01-12 13:34:37 +00:00
parent aa57d3f64a
commit ffe1b79881
4 changed files with 14 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ struct backend_image {
// Effective size of the image
int ewidth, eheight;
bool color_inverted;
struct color border_color;
};
bool build_shadow(xcb_connection_t *, xcb_drawable_t, double opacity, int width,