fix glitch from previous check-in (pointer vs int)

This commit is contained in:
Brian Paul
2004-01-19 00:32:43 +00:00
parent 77d240858e
commit 41abe9e73f
+1 -1
View File
@@ -245,7 +245,7 @@ GLboolean i830CreateContext( const __GLcontextModes *mesaVis,
12,
I830_NR_TEX_REGIONS,
imesa->sarea->texList,
(unsigned) & imesa->sarea->texAge, /* XXX shouldn't need cast! */
(unsigned *) & imesa->sarea->texAge, /* XXX shouldn't need cast! */
& imesa->swapped,
sizeof( struct i830_texture_object_t ),
(destroy_texture_object_t *) i830DestroyTexObj );