]> granicus.if.org Git - graphviz/commitdiff
Make sure texture array uses correct int type.
authorEmden R. Gansner <erg@alum.mit.edu>
Thu, 28 Aug 2014 16:31:00 +0000 (12:31 -0400)
committerEmden R. Gansner <erg@alum.mit.edu>
Thu, 28 Aug 2014 16:31:00 +0000 (12:31 -0400)
cmd/smyrna/glexpose.c

index a812a1f75e68398ec4548437c63ec0cf7c71d872..b4f5a68aa47008848bcd8b459088258d5028358b 100644 (file)
@@ -20,7 +20,7 @@
 #include "hotkeymap.h"
 #include "polytess.h"
 
-int texture[3];
+GLuint texture[3];
 static int Status=0;                                                                   // Status Indicator
 
 void LoadGLTextures()                                                                  // Load Bitmaps And Convert To Textures