summaryrefslogtreecommitdiffstats
path: root/games/gnome-games/files/patch-libgames-support_org.gnome.Games.WindowState.gchema.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnome-games/files/patch-libgames-support_org.gnome.Games.WindowState.gchema.xml.in')
-rw-r--r--games/gnome-games/files/patch-libgames-support_org.gnome.Games.WindowState.gchema.xml.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/games/gnome-games/files/patch-libgames-support_org.gnome.Games.WindowState.gchema.xml.in b/games/gnome-games/files/patch-libgames-support_org.gnome.Games.WindowState.gchema.xml.in
new file mode 100644
index 000000000..d3ef1dd98
--- /dev/null
+++ b/games/gnome-games/files/patch-libgames-support_org.gnome.Games.WindowState.gchema.xml.in
@@ -0,0 +1,27 @@
+--- libgames-support/org.gnome.Games.WindowState.gschema.xml.in.orig 2010-05-29 15:21:00.000000000 +0200
++++ libgames-support/org.gnome.Games.WindowState.gschema.xml.in 2010-05-29 15:20:34.000000000 +0200
+@@ -0,0 +1,24 @@
++<?xml version="1.0" encoding="UTF-8"?>
++<schemalist>
++ <!-- This schema is relocatable -->
++ <schema id="org.gnome.Games.WindowState" gettext-domain="gnome-games">
++ <key name="maximized" type="b">
++ <default>false</default>
++ <_summary>Whether the window is maximized</_summary>
++ </key>
++ <key name="fullscreen" type="b">
++ <default>false</default>
++ <_summary>Whether the window is fullscreen</_summary>
++ </key>
++ <key name="width" type="i">
++ <!-- <range min="-1" max="65535" /> -->
++ <default>-1</default>
++ <_summary>Window width</_summary>
++ </key>
++ <key name="height" type="i">
++ <!-- <range min="-1" max="65535" /> -->
++ <default>-1</default>
++ <_summary>Window height</_summary>
++ </key>
++ </schema>
++</schemalist>