From 841f7399a214a6128a15d0fbb1e004ef5c50c7a0 Mon Sep 17 00:00:00 2001 From: daijro Date: Wed, 22 Jan 2025 03:35:43 -0600 Subject: [PATCH] Fix screen hijacker for FF134 --- patches/screen-hijacker.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/screen-hijacker.patch b/patches/screen-hijacker.patch index 446aa7a..0f3ad9f 100644 --- a/patches/screen-hijacker.patch +++ b/patches/screen-hijacker.patch @@ -47,7 +47,7 @@ index 7a4fa8d48f..1f560937a3 100644 + if (auto height = MaskConfig::GetInt32("screen.height"), + width = MaskConfig::GetInt32("screen.width"); + height && width) { -+ *outRect = LayoutDeviceIntRect::ToAppUnits( ++ nsRect outRect = LayoutDeviceIntRect::ToAppUnits( + LayoutDeviceIntRect(0, 0, width.value(), height.value()), + AppUnitsPerDevPixel()); + return outRect.Size();