diff options
author | Tiago Vignatti <tiago.vignatti@intel.com> | 2012-11-06 17:17:01 -0200 |
---|---|---|
committer | Tiago Vignatti <tiago.vignatti@intel.com> | 2012-11-12 16:08:40 -0200 |
commit | 73d845af941193c04c2451cea16f7500753e08b0 (patch) | |
tree | ec4c13a3eafff21108a6136a6860e69f4044183d /doc | |
parent | 4a8395f1a8eb6f2ea5ac37fcf893760ea03f1ea1 (diff) |
doc: Fix incorrectly formatted section header
https://bugs.freedesktop.org/show_bug.cgi?id=56719
Reported-by: Petr Gladkikh <PetrGlad@gmail.com>
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Wayland/en_US/Architecture.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Wayland/en_US/Architecture.xml b/doc/Wayland/en_US/Architecture.xml index d5488b8..4af91ea 100644 --- a/doc/Wayland/en_US/Architecture.xml +++ b/doc/Wayland/en_US/Architecture.xml @@ -263,8 +263,10 @@ that even if an application passes a new buffer to the compositor, only a small part of the buffer may be different, like a blinking cursor or a spinner. - Hardware Enabling for Wayland </para> + </section> + <section id="sect-Wayland-Architecture-wayland_hw_enabling"> + <title>Hardware Enabling for Wayland</title> <para> Typically, hardware enabling includes modesetting/display and EGL/GLES2. On top of that Wayland needs a way to share |