Blame SOURCES/0001-wayland-enable-scale-monitor-framebuffer-by-default.patch

f73620
From 85968e1d0996b7f3a7453076c88ed6d5e0113369 Mon Sep 17 00:00:00 2001
f73620
From: Olivier Fourdan <ofourdan@redhat.com>
f73620
Date: Wed, 20 Sep 2017 12:17:23 +0200
f73620
Subject: [PATCH] wayland: enable scale-monitor-framebuffer by default
f73620
f73620
---
f73620
 data/org.gnome.mutter.gschema.xml.in | 2 +-
f73620
 1 file changed, 1 insertion(+), 1 deletion(-)
f73620
f73620
diff --git a/data/org.gnome.mutter.gschema.xml.in b/data/org.gnome.mutter.gschema.xml.in
f73620
index d926312c8..bec5585bd 100644
f73620
--- a/data/org.gnome.mutter.gschema.xml.in
f73620
+++ b/data/org.gnome.mutter.gschema.xml.in
f73620
@@ -103,7 +103,7 @@
f73620
     </key>
f73620
 
f73620
     <key name="experimental-features" type="as">
f73620
-      <default>[]</default>
f73620
+      <default>['scale-monitor-framebuffer']</default>
f73620
       <summary>Enable experimental features</summary>
f73620
       <description>
f73620
         To enable experimental features, add the feature keyword to the list.
f73620
-- 
f73620
2.13.5
f73620