fix borders sometimes disappearing on certain windows

This commit is contained in:
vaxerski
2022-06-21 23:09:20 +02:00
parent 0f1ad16aec
commit 4c2459861b
2 changed files with 28 additions and 13 deletions

View File

@@ -53,6 +53,7 @@ public:
void end();
void renderRect(wlr_box*, const CColor&, int round = 0);
void renderRectWithDamage(wlr_box*, const CColor&, pixman_region32_t* damage, int round = 0);
void renderTexture(wlr_texture*, wlr_box*, float a, int round = 0);
void renderTexture(const CTexture&, wlr_box*, float a, int round = 0, bool discardOpaque = false, bool border = false);
void renderTextureWithBlur(const CTexture&, wlr_box*, float a, wlr_surface* pSurface, int round = 0, bool border = false);