added noblur

This commit is contained in:
vaxerski
2022-06-24 22:28:54 +02:00
parent e95e01416e
commit 45a44f9690
5 changed files with 8 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ struct SWindowSpecialRenderData {
struct SWindowAdditionalConfigData {
std::string animationStyle = "";
int rounding = -1; // -1 means no
bool forceNoBlur = false;
};
class CWindow {
@@ -110,4 +111,4 @@ public:
wlr_box getFullWindowBoundingBox();
wlr_box getWindowIdealBoundingBoxIgnoreReserved();
};
};