From bbaf6b233d0120e3199d779eeb2829e56ecc279b Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 5 Feb 2010 15:31:18 +0000 Subject: [PATCH] docs: Fix whitespace in the App manual stub --- doc/manual/clutter-manual.xml.in | 185 +++++++++++++++++---------------------- 1 file changed, 81 insertions(+), 104 deletions(-) diff --git a/doc/manual/clutter-manual.xml.in b/doc/manual/clutter-manual.xml.in index 3e38d36..914f5de 100644 --- a/doc/manual/clutter-manual.xml.in +++ b/doc/manual/clutter-manual.xml.in @@ -7,115 +7,92 @@ ]> - - - Matthew - Allum -
&author_mail;
-
- - 2007 - - - - 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. - - - Clutter Application Developer Manual - for Clutter &apiversion; -
- - - - Introduction - -
- About Clutter - - FIXME - -
-
- About this document - - This documentation is available in various formats like HTML, text and PDF. The latest version is - always available at &appurl;. - -
-
- Where to get it - - You can obtain Clutter from &appurl; - or perhaps from your distributor. - -
-
- License - - Clutter is distributed under the terms of the GNU Lesser 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. - -
-
- - - - Installation - -
- Requirements - - - - -
-
- Binary packages - - -
-
+ + + Matthew + Allum +
&author_mail;
+
- - - Frequently Asked Questions - - - - - + + 2007 + - Why do Clutter applications run really slowly on Intel cards even though - direct rendering support is reported. + + 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. + - - - - - - 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. - - - - - - + Clutter Application Developer Manual + for Clutter &apiversion; +
- - Contributing to this document - + + Introduction +
+ About Clutter + FIXME +
+
+ About this document + + This documentation is available in various formats like HTML, text and PDF. The latest version is + always available at &appurl;. + +
+
+ Where to get it + + You can obtain Clutter from &appurl; + or perhaps from your distributor. + +
+
+ License + + Clutter is distributed under the terms of the GNU Lesser 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. + +
+
- 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. + + Installation +
+ Requirements + + + + +
+
+ Binary packages + + +
+
-
-
+ + Frequently Asked Questions + + + + Why do Clutter applications run really slowly on Intel cards even though direct rendering support is reported. + + + 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. + + + + + + Contributing to this document + 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. +
-- 2.7.4