add the 'engine="box"' to the theme format, and require it to be there so we can...
[dana/openbox.git] / data / themerc.xsd
index c143212..63f8af5 100755 (executable)
       <xs:element name="window" type="obt:allwindows" minOccurs="0"/>
     </xs:all>
     <xs:attribute name="version" type="xs:integer" use="required" fixed="1"/>
+    <xs:attribute name="engine" type="xs:string" use="required" fixed="box"/>
   </xs:complexType>
 </xs:schema>