aboutsummaryrefslogtreecommitdiff
path: root/fiv.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fiv.gschema.xml')
-rw-r--r--fiv.gschema.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/fiv.gschema.xml b/fiv.gschema.xml
new file mode 100644
index 0000000..d52eb46
--- /dev/null
+++ b/fiv.gschema.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<schemalist>
+ <schema path="/name/janouch/fiv/" id="name.janouch.fiv">
+ <key name='native-view-window' type='b'>
+ <default>true</default>
+ <summary>Use a native window for the view</summary>
+ <description>
+ On X11, using native GdkWindows enables use of 30-bit Visuals
+ (that is, 10 bits per channel), at the cost of disabling
+ double buffering.
+ </description>
+ </key>
+ </schema>
+</schemalist>