mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 20:21:54 -07:00
Added a rounding rule
This commit is contained in:
@@ -11,6 +11,7 @@ struct SWindowSpecialRenderData {
|
||||
|
||||
struct SWindowAdditionalConfigData {
|
||||
std::string animationStyle = "";
|
||||
int rounding = -1; // -1 means no
|
||||
};
|
||||
|
||||
class CWindow {
|
||||
|
Reference in New Issue
Block a user