2019-02-21 12:33:36 +01:00
|
|
|
From 1511039a96d158bcf4b731599ae3af3f98b9b166 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Chingkai <qkzhu@suse.com>
|
|
|
|
Date: Thu, 21 Feb 2019 12:39:52 +0800
|
|
|
|
Subject: [PATCH] monitor: Lower HIDPI_LIMIT to 144
|
|
|
|
|
|
|
|
---
|
|
|
|
src/backends/meta-monitor.c | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2023-03-20 13:48:30 +01:00
|
|
|
Index: mutter-44.beta/src/backends/meta-monitor.c
|
2021-07-19 09:44:11 +02:00
|
|
|
===================================================================
|
2023-03-20 13:48:30 +01:00
|
|
|
--- mutter-44.beta.orig/src/backends/meta-monitor.c
|
|
|
|
+++ mutter-44.beta/src/backends/meta-monitor.c
|
|
|
|
@@ -1805,7 +1805,7 @@ meta_monitor_calculate_crtc_pos (MetaMon
|
2019-02-21 12:33:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* The minimum resolution at which we turn on a window-scale of 2 */
|
|
|
|
-#define HIDPI_LIMIT 192
|
|
|
|
+#define HIDPI_LIMIT 144
|
|
|
|
|
|
|
|
/*
|
|
|
|
* The minimum screen height at which we turn on a window-scale of 2;
|