From: erg Date: Wed, 13 May 2009 20:57:10 +0000 (+0000) Subject: Change field type to remove warning X-Git-Tag: LAST_LIBGRAPH~32^2~2081 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e800774e178669ac6588ad983077d07758bb090f;p=graphviz Change field type to remove warning --- diff --git a/lib/glcomp/glcompdefs.h b/lib/glcomp/glcompdefs.h index 84b698619..5f21cb22e 100644 --- a/lib/glcomp/glcompdefs.h +++ b/lib/glcomp/glcompdefs.h @@ -110,7 +110,7 @@ typedef struct float tIncY; /* used for texture coords, y axis amount to move */ int blockRow; /* characters per row */ int blockCol; /* characters per col */ - int texId; /* texture id */ + GLuint texId; /* texture id */ float zdepth; //third dimension , depth of fonts float bmp[257][2]; //texture bitmaps fontglcache glcache;