change Data ptr from GLbyte to GLubyte to silence warnings

This commit is contained in:
Brian Paul 2004-01-18 17:21:15 +00:00
parent 013dee06c1
commit 87745ce771

View file

@ -115,7 +115,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
#define SIS_MAX_TEXTURE_LEVELS 11
typedef struct {
GLbyte *Data; /* Pointer to texture in offscreen */
GLubyte *Data; /* Pointer to texture in offscreen */
GLuint memType; /* VIDEO_TYPE or AGP_TYPE */
void *handle; /* Handle for sisFree*() */
GLuint pitch;