diff data/conf/options.mtt @ 94:9520cc0448e5

Boolean options are now encapsulated within a Content class (currently an experiment). This should facilitate generic option editing widgets.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 23 Oct 2008 17:45:49 +0100
parents 085f2ca31914
children 2a364c7d82c9
line wrap: on
line diff
--- a/data/conf/options.mtt	Tue Oct 21 11:35:15 2008 +0100
+++ b/data/conf/options.mtt	Thu Oct 23 17:45:49 2008 +0100
@@ -1,16 +1,16 @@
 {MT01}
-{misc}
+{MiscOptions}
 <int|maxThreads=1>
 <bool|exitImmediately=false>
 <char[]|L10n="en-GB">
 <int|logOptions=0x3000>
 <double|pollInterval=0.01>
 
-{font}
+{FontOptions}
 <int|lcdFilter=2>
 <int|renderMode=0x30000>
 
-{video}
+{VideoOptions}
 <bool|noFrame=false>
 <bool|resizable=true>
 <bool|hardware=false>