summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Harris <peter.harris@hummingbird.com>2008-10-16 18:40:00 -0400
committerJulien Danjou <julien@danjou.info>2008-10-20 22:58:52 +0200
commitb7ca344b92a34953c3617a2819f0848d28e11502 (patch)
tree1ccda85edf5e1bbb794d96e97c44b80ddf997d75
parentc8129e1f19ceb2002c9764b94f03564600f13a8f (diff)
Move Format above its first use in xv.xml
This change makes it easier to process the xml file in a single streamy pass. Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r--src/xv.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/xv.xml b/src/xv.xml
index fb15d89..26047a6 100644
--- a/src/xv.xml
+++ b/src/xv.xml
@@ -63,6 +63,12 @@ authorization from the authors.
<field type="INT32" name="denominator" />
</struct>
+ <struct name="Format">
+ <field type="VISUALID" name="visual" />
+ <field type="CARD8" name="depth" />
+ <pad bytes="3" />
+ </struct>
+
<struct name="AdaptorInfo">
<field type="PORT" name="base_id" />
<field type="CARD16" name="name_size" />
@@ -95,12 +101,6 @@ authorization from the authors.
</list>
</struct>
- <struct name="Format">
- <field type="VISUALID" name="visual" />
- <field type="CARD8" name="depth" />
- <pad bytes="3" />
- </struct>
-
<struct name="Image">
<field type="CARD32" name="id" />
<field type="CARD16" name="width" />