From 94269ed45fd564d3ccf6083b086b907e7cca180d Mon Sep 17 00:00:00 2001 From: Access Date: Thu, 10 Oct 2024 16:53:24 +0900 Subject: [PATCH] Update libwayshot/src/lib.rs Co-authored-by: Aakash Sen Sharma <60808802+Shinyzenith@users.noreply.github.com> --- libwayshot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwayshot/src/lib.rs b/libwayshot/src/lib.rs index d9bba7e..dfe9bbd 100644 --- a/libwayshot/src/lib.rs +++ b/libwayshot/src/lib.rs @@ -838,7 +838,7 @@ impl WayshotConnection { let viewporter = self.globals.bind::(&qh, 1..=1, ()).ok(); if viewporter.is_none() { tracing::info!( - "Your wm does not support wp_viewporter, so the scale may come out with some problems" + "Compositor does not support wp_viewporter, display scaling may be inaccurate." ); }