From: Emden R. Gansner Date: Thu, 28 Aug 2014 16:31:00 +0000 (-0400) Subject: Make sure texture array uses correct int type. X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ce43842269996550e2305a645265ea80581244f;p=graphviz Make sure texture array uses correct int type. --- diff --git a/cmd/smyrna/glexpose.c b/cmd/smyrna/glexpose.c index a812a1f75..b4f5a68aa 100644 --- a/cmd/smyrna/glexpose.c +++ b/cmd/smyrna/glexpose.c @@ -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