renderer fixes

This commit is contained in:
vaxerski
2022-04-14 17:00:35 +02:00
parent 75af34da96
commit 3e36f1c42c
5 changed files with 38 additions and 4 deletions

View File

@@ -90,6 +90,7 @@ private:
void createBGTextureForMonitor(SMonitor*);
void renderTextureInternal(const CTexture&, wlr_box* pBox, float a, int round = 0);
void renderTextureWithBlurInternal(const CTexture&, wlr_box*, float a, int round = 0);
};