doc: Move the main loop integration in the integration section

Looks more logical than a top level section on its own and at the top of
the documentation.

(cherry picked from commit a3b1cd7f7dad3ec29fa5d9d53b155040916a5454)
This commit is contained in:
Damien Lespiau 2012-12-29 19:44:58 +00:00 committed by Robert Bragg
parent 7b43289ec9
commit cec7822e34

View File

@ -64,7 +64,6 @@
<xi:include href="xml/cogl-object.xml"/>
<xi:include href="xml/cogl-error.xml"/>
<xi:include href="xml/cogl-context.xml"/>
<xi:include href="xml/cogl-poll.xml"/>
<section id="cogl-pipeline-apis">
<title>Setting Up A GPU Pipeline</title>
@ -135,6 +134,7 @@
<section id="cogl-integration">
<title>Binding and Integrating</title>
<xi:include href="xml/cogl-sdl.xml"/>
<xi:include href="xml/cogl-poll.xml"/>
<xi:include href="xml/cogl-gtype.xml"/>
</section>