diff options
author | scuri <scuri> | 2010-06-18 14:41:54 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-18 14:41:54 +0000 |
commit | d117dc8f75933e4e2b780afbb2f50756c140bdea (patch) | |
tree | 0afd7bbdb7bfe855f2fce18aaa7c60cebe1c8041 /html/en/screenshots.html | |
parent | 370b2c90cfdfa99a13725e4d63d5a0158a140815 (diff) |
*** empty log message ***
Diffstat (limited to 'html/en/screenshots.html')
-rw-r--r-- | html/en/screenshots.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/html/en/screenshots.html b/html/en/screenshots.html index d8b3c28..1d1968a 100644 --- a/html/en/screenshots.html +++ b/html/en/screenshots.html @@ -19,9 +19,10 @@ <h2 align="center" style="text-align:center">Screenshots</h2> <p class="style5">All the screenshots here were generated with the same -<a href="screenshots_src_c.html">C source code</a>. The code contains only the +<a href="screenshots_src_c.html">C source code</a>. The same example is +available in <a href="screenshots_src_lua.html">Lua source code</a>. The code contains only the primitives and attributes, the canvas initialization is simply:</p> -<pre>cdCanvas* canvas = <strong>canvas = cdCreateCanvas</strong>(ctx, data); +<pre>cdCanvas* canvas = <strong>cdCreateCanvas</strong>(ctx, data); <a href="screenshots_src_c.html">SimpleDraw</a>(canvas); |