added noblur
This commit is contained in:
parent
e95e01416e
commit
45a44f9690
5 changed files with 8 additions and 4 deletions
|
|
@ -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();
|
||||
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue