From: Kartik Thakore Date: Sun, 2 Aug 2009 12:55:50 +0000 (-0400) Subject: Added GLint to typemap to silence error X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=153fe728a34b131fcdb4b37be7a34d36e38ac792;p=sdlgit%2FSDL_perl.git Added GLint to typemap to silence error --- diff --git a/typemap b/typemap index 12389ae..e970268 100644 --- a/typemap +++ b/typemap @@ -54,6 +54,7 @@ GLboolean T_U_CHAR GLUnurbsObj * T_PTR GLUtesselator * T_PTR GLuint T_UV +GLint T_IV GLint* T_PTR float * T_PTR float T_NV