[gnome-games] data: Add the fullscreen key to the gschema



commit 06bd7ed9aea72a00e20f86d97d238f782f0d54e1
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Sun Feb 26 20:33:02 2017 +0100

    data: Add the fullscreen key to the gschema
    
    This will be used in the next commit to save whether the games should be
    displayed in full screen or not.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778236

 data/org.gnome.Games.gschema.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/org.gnome.Games.gschema.xml b/data/org.gnome.Games.gschema.xml
index e665628..69ba1b7 100644
--- a/data/org.gnome.Games.gschema.xml
+++ b/data/org.gnome.Games.gschema.xml
@@ -4,6 +4,11 @@
     <value nick="sharp" value="1"/>
   </enum>
   <schema path="/org/gnome/Games/" id="org.gnome.Games">
+    <key name='fullscreen' type='b'>
+      <default>false</default>
+      <summary>Fullscreen</summary>
+      <description>Whether the games should be displayed in full screen or not.</description>
+    </key>
     <key name='video-filter' enum='org.gnome.Games.video-filters'>
       <default>'smooth'</default>
       <summary>Video filter</summary>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]