fix(linux): fix issues with rendering and touchscreens when displays are scaled (#4607)

This commit is contained in:
Julio Sanz
2026-01-22 00:29:53 +01:00
committed by GitHub
parent ff770d60c5
commit aca5d23f4e
6 changed files with 77 additions and 9 deletions
+2 -2
View File
@@ -144,8 +144,8 @@ namespace wl {
}
void monitor_t::xdg_size(zxdg_output_v1 *, std::int32_t width, std::int32_t height) {
viewport.width = width;
viewport.height = height;
viewport.logical_width = width;
viewport.logical_height = height;
BOOST_LOG(info) << "Logical size: "sv << width << 'x' << height;
}