Skip to content

Commit

Permalink
Update libwayshot/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Aakash Sen Sharma <[email protected]>
  • Loading branch information
Decodetalkers and Shinyzenith authored Oct 10, 2024
1 parent 61ee63b commit 94269ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libwayshot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ impl WayshotConnection {
let viewporter = self.globals.bind::<WpViewporter, _, _>(&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."
);
}

Expand Down

0 comments on commit 94269ed

Please sign in to comment.