From dcb63e1d2d3b8e700370271b719f83f84eb96e34 Mon Sep 17 00:00:00 2001 From: EXetoC Date: Wed, 16 Apr 2014 01:04:14 +0200 Subject: [PATCH] Add another old alias. --- src/opengl.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/src/opengl.nim b/src/opengl.nim index cd8a24c..55ef6bd 100644 --- a/src/opengl.nim +++ b/src/opengl.nim @@ -110,6 +110,7 @@ type GLubyte* = uint8 GLushort* = uint16 GLuint* = uint32 + GLhandle* = GLuint GLsizei* = int32 GLfloat* = float32 GLclampf* = float32