From 66202992c9536c0e01395813f9a611aa111e5ded Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 18 Jun 2024 12:19:23 +0300 Subject: Fix blurry rounded corners on high scales --- src/layout/closing_window.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/layout/closing_window.rs') diff --git a/src/layout/closing_window.rs b/src/layout/closing_window.rs index 06b5927c..cbaf29be 100644 --- a/src/layout/closing_window.rs +++ b/src/layout/closing_window.rs @@ -164,6 +164,7 @@ impl ClosingWindow { ProgramType::Close, view_rect.size, None, + scale.x as f32, 1., vec![ mat3_uniform("niri_input_to_geo", input_to_geo), -- cgit