summaryrefslogtreecommitdiff
path: root/manuals/chickadee/Viewports.html
diff options
context:
space:
mode:
Diffstat (limited to 'manuals/chickadee/Viewports.html')
-rw-r--r--manuals/chickadee/Viewports.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/manuals/chickadee/Viewports.html b/manuals/chickadee/Viewports.html
index 0588bff..de13756 100644
--- a/manuals/chickadee/Viewports.html
+++ b/manuals/chickadee/Viewports.html
@@ -18,7 +18,7 @@ Foundation Web site at http://www.gnu.org/licenses/fdl.html.
The document was typeset with
http://www.texinfo.org/ (GNU Texinfo).
-->
-<!-- Created by GNU Texinfo 6.6, http://www.gnu.org/software/texinfo/ -->
+<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Viewports (The Chickadee Game Toolkit)</title>
@@ -28,12 +28,12 @@ http://www.texinfo.org/ (GNU Texinfo).
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
-<link href="index.html#Top" rel="start" title="Top">
-<link href="Index.html#Index" rel="index" title="Index">
+<link href="index.html" rel="start" title="Top">
+<link href="Index.html" rel="index" title="Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
-<link href="Graphics.html#Graphics" rel="up" title="Graphics">
-<link href="Rendering-Engine.html#Rendering-Engine" rel="next" title="Rendering Engine">
-<link href="Framebuffers.html#Framebuffers" rel="prev" title="Framebuffers">
+<link href="Graphics.html" rel="up" title="Graphics">
+<link href="Rendering-Engine.html" rel="next" title="Rendering Engine">
+<link href="Framebuffers.html" rel="prev" title="Framebuffers">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@@ -82,7 +82,7 @@ ul.no-bullet {list-style: none}
<body lang="en">
<span id="Viewports"></span><div class="header">
<p>
-Next: <a href="Rendering-Engine.html#Rendering-Engine" accesskey="n" rel="next">Rendering Engine</a>, Previous: <a href="Framebuffers.html#Framebuffers" accesskey="p" rel="prev">Framebuffers</a>, Up: <a href="Graphics.html#Graphics" accesskey="u" rel="up">Graphics</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Index.html#Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="Rendering-Engine.html" accesskey="n" rel="next">Rendering Engine</a>, Previous: <a href="Framebuffers.html" accesskey="p" rel="prev">Framebuffers</a>, Up: <a href="Graphics.html" accesskey="u" rel="up">Graphics</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Index.html" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<span id="Viewports-1"></span><h4 class="subsection">2.3.11 Viewports</h4>
@@ -94,9 +94,9 @@ occupies the entire screen, but there are certain situations where
they are useful. For example, a split-screen multiplayer game may
render to two different viewports, each occupying a different half of
the screen. For information about how to set the current viewport,
-see <code>with-viewport</code> in <a href="Rendering-Engine.html#Rendering-Engine">Rendering Engine</a>.
+see <code>with-viewport</code> in <a href="Rendering-Engine.html">Rendering Engine</a>.
</p>
-<p>The <code>(chickadee render viewport)</code> module provides the following
+<p>The <code>(chickadee graphics viewport)</code> module provides the following
API:
</p>
<dl>