fix borders sometimes disappearing on certain windows
This commit is contained in:
parent
0f1ad16aec
commit
4c2459861b
2 changed files with 28 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue