]> granicus.if.org Git - graphviz/commitdiff
Change field type to remove warning
authorerg <devnull@localhost>
Wed, 13 May 2009 20:57:10 +0000 (20:57 +0000)
committererg <devnull@localhost>
Wed, 13 May 2009 20:57:10 +0000 (20:57 +0000)
lib/glcomp/glcompdefs.h

index 84b69861906b4f9eb50132d4d2e5e0bb788498a2..5f21cb22e322480dda197005b23d76e60355f791 100644 (file)
@@ -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;