Dominique Leuenberger
f06d889031
- Add mutter-fix-hidpi-scaling-x11.patch: Fix hidpi scaling regression when using X11 (bgo#788049). - Add mutter-monitor-config-manager-rotation-fix.patch: Fix transformation when rotating screen so that rotation by 90/270 deg don't show a black screen; patch taken from upstream git (bgo#787836). OBS-URL: https://build.opensuse.org/request/show/528705 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=258
26 lines
944 B
Diff
26 lines
944 B
Diff
From ea214fbe0f85119f7a10244d211a13489a7a44d6 Mon Sep 17 00:00:00 2001
|
|
From: Jeremy Soller <jackpot51@gmail.com>
|
|
Date: Mon, 25 Sep 2017 20:04:00 +0000
|
|
Subject: Remove unscaled-font-dpi setting from X11 backend
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=788049
|
|
---
|
|
clutter/clutter/x11/clutter-settings-x11.h | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/clutter/clutter/x11/clutter-settings-x11.h b/clutter/clutter/x11/clutter-settings-x11.h
|
|
index 3e08885..b7d1b0e 100644
|
|
--- a/clutter/clutter/x11/clutter-settings-x11.h
|
|
+++ b/clutter/clutter/x11/clutter-settings-x11.h
|
|
@@ -14,7 +14,6 @@ static const struct {
|
|
{ "Xft/HintStyle", "font-hint-style" },
|
|
{ "Xft/RGBA", "font-subpixel-order" },
|
|
{ "Fontconfig/Timestamp", "fontconfig-timestamp" },
|
|
- { "Gdk/UnscaledDPI", "unscaled-font-dpi" },
|
|
};
|
|
|
|
static const gint _n_clutter_settings_map = G_N_ELEMENTS (_clutter_settings_map);
|
|
--
|
|
cgit v0.12
|
|
|