diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-12 13:45:22 +0100 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2024-03-13 15:27:31 +0100 | 
| commit | 91538aaba53f294b1739e5055266ff17df7b6a54 (patch) | |
| tree | 2bb6e6828d78980eda6ff50360769aedcbc605e8 /fiv.gschema.xml | |
| parent | c214e668d9029f05b5e2d8b1159bfdb3ac1f1b8b (diff) | |
| download | fiv-91538aaba53f294b1739e5055266ff17df7b6a54.tar.gz fiv-91538aaba53f294b1739e5055266ff17df7b6a54.tar.xz fiv-91538aaba53f294b1739e5055266ff17df7b6a54.zip  | |
Add an experimental OpenGL renderer
Diffstat (limited to 'fiv.gschema.xml')
| -rw-r--r-- | fiv.gschema.xml | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/fiv.gschema.xml b/fiv.gschema.xml index b399a8f..f869d2f 100644 --- a/fiv.gschema.xml +++ b/fiv.gschema.xml @@ -17,6 +17,13 @@  				double buffering.  			</description>  		</key> +		<key name='opengl' type='b'> +			<default>false</default> +			<summary>Use experimental OpenGL rendering</summary> +			<description> +				OpenGL within GTK+ is highly problematic--you don't want this. +			</description> +		</key>  		<key name='dark-theme' type='b'>  			<default>false</default>  			<summary>Use a dark theme variant on start-up</summary>  | 
