mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 01:54:10 +00:00
docs: Fix whitespace in the App manual stub
This commit is contained in:
parent
dcdb97006b
commit
bbaf6b233d
@ -13,30 +13,28 @@
|
||||
<surname>Allum</surname>
|
||||
<address><email>&author_mail;</email></address>
|
||||
</author>
|
||||
|
||||
<copyright>
|
||||
<year>2007</year>
|
||||
</copyright>
|
||||
|
||||
<legalnotice>
|
||||
<para>
|
||||
This document is distributed under the terms of the GNU General Public License as published by the Free
|
||||
Software Foundation; either version 2 of the License, or (at your option) any later version.
|
||||
A copy of this license can be found in the file COPYING included with the source code of this
|
||||
program.
|
||||
</para>
|
||||
<para>This document is distributed under the terms of
|
||||
the GNU General Public License as published by the Free
|
||||
Software Foundation; either version 2 of the License,
|
||||
or (at your option) any later version.</para>
|
||||
<para>A copy of this license can be found in the file COPYING included with the source code of this program.</para>
|
||||
</legalnotice>
|
||||
|
||||
<title>Clutter Application Developer Manual</title>
|
||||
<releaseinfo>for Clutter &apiversion;</releaseinfo>
|
||||
</bookinfo>
|
||||
|
||||
<chapter id="intro">
|
||||
<title>
|
||||
Introduction
|
||||
</title>
|
||||
<title>Introduction</title>
|
||||
<section>
|
||||
<title>About Clutter</title>
|
||||
<para>
|
||||
FIXME
|
||||
</para>
|
||||
<para>FIXME</para>
|
||||
</section>
|
||||
<section>
|
||||
<title>About this document</title>
|
||||
@ -64,9 +62,7 @@
|
||||
</chapter>
|
||||
|
||||
<chapter id="installation">
|
||||
<title>
|
||||
Installation
|
||||
</title>
|
||||
<title>Installation</title>
|
||||
<section>
|
||||
<title>Requirements</title>
|
||||
<para>
|
||||
@ -82,27 +78,14 @@
|
||||
</chapter>
|
||||
|
||||
<appendix id="FAQ">
|
||||
<title>
|
||||
Frequently Asked Questions
|
||||
</title>
|
||||
<title>Frequently Asked Questions</title>
|
||||
<qandaset defaultlabel='qanda'>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>
|
||||
|
||||
Why do Clutter applications run <emphasis>really</emphasis> slowly on Intel cards even though
|
||||
direct rendering support is reported.
|
||||
|
||||
</para>
|
||||
<para>Why do Clutter applications run <emphasis>really</emphasis> slowly on Intel cards even though direct rendering support is reported.</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>
|
||||
|
||||
There is a bug in some versions of the Intel drivers that causes the driver to 'stall' when
|
||||
attempting to sync to vblank (as Clutter does by default). The fix is to either upgrade
|
||||
your drivers or set 'CLUTTER_VBLANK=none' when running Clutter applications.
|
||||
|
||||
</para>
|
||||
<para>There is a bug in some versions of the Intel drivers that causes the driver to 'stall' when attempting to sync to vblank (as Clutter does by default). The fix is to either upgrade your drivers or set 'CLUTTER_VBLANK=none' when running Clutter applications.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
</qandaset>
|
||||
@ -110,12 +93,6 @@
|
||||
|
||||
<appendix id="contrib">
|
||||
<title>Contributing to this document</title>
|
||||
<para>
|
||||
|
||||
This document is written in Docbook XML. The source file for it is located in the
|
||||
subdirectory "doc/manual" of the source directory of Clutter.
|
||||
|
||||
</para>
|
||||
<para>This document is written in Docbook XML. The source file for it is located in the subdirectory "doc/manual" of the source directory of Clutter.</para>
|
||||
</appendix>
|
||||
|
||||
</book>
|
||||
|
Loading…
x
Reference in New Issue
Block a user