diff options
author | Peter Harris <peter.harris@hummingbird.com> | 2008-10-16 18:40:00 -0400 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2008-10-20 22:58:52 +0200 |
commit | b7ca344b92a34953c3617a2819f0848d28e11502 (patch) | |
tree | 1ccda85edf5e1bbb794d96e97c44b80ddf997d75 | |
parent | c8129e1f19ceb2002c9764b94f03564600f13a8f (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.xml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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" /> |