basic window rounded corners

This commit is contained in:
vaxerski
2022-04-05 15:50:47 +02:00
parent 2313de589e
commit 27c06758e4
5 changed files with 68 additions and 8 deletions

View File

@@ -36,8 +36,8 @@ public:
void end();
void renderRect(wlr_box*, const CColor&);
void renderTexture(wlr_texture*, float matrix[9], float a);
void renderTexture(const CTexture&, float matrix[9], float a);
void renderTexture(wlr_texture*, float matrix[9], float a, int round = 0);
void renderTexture(const CTexture&, float matrix[9], float a, int round = 0);
void clear(const CColor&);
void scissor(const wlr_box*);