From eef7ae01a9757f5e4a0693d539ee1fac5b09e756 Mon Sep 17 00:00:00 2001 From: scuri Date: Wed, 13 Oct 2010 19:19:03 +0000 Subject: *** empty log message *** --- html/en/drv/gl.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/en/drv/gl.html') diff --git a/html/en/drv/gl.html b/html/en/drv/gl.html index ffe3d65..8b78ca5 100644 --- a/html/en/drv/gl.html +++ b/html/en/drv/gl.html @@ -28,7 +28,7 @@ API functions, which it was written against the Free Type library.

The driver is not dependent of system functions. It uses only the OpenGL -portable funtions. So if the window canvas changes its size the attribute "SIZE" +portable functions. So if the window canvas changes its size the attribute "SIZE" must be set with the new size or cdCanvasGetSize will return an incorrect value.

Use

@@ -50,7 +50,7 @@ must be set with the new size or cdCanvasGetSize will return an incorrect value. and the OpenGL library. The FTGL library is dependent also on the GLU library. In UNIX cdgl is also dependent on iconv.

In Lua, it is necessary to call function cdluagl_open() after a call - to function cdlua_open(), apart from linkediting with the "cdluagl" + to function cdlua_open(), apart from linking with the "cdluagl" library. This is not necessary if you do require"cdluagl". 

Behavior of Functions

-- cgit v1.2.3