From: Dave Airlie Date: Mon, 23 Mar 2009 23:45:18 +0000 (+1000) Subject: radeon: fix typo X-Git-Tag: android-x86-1.6~16^2~1458 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2aa097f963d7be12b538469f61214b8ddaa535fb;p=android-x86%2Fexternal-mesa.git radeon: fix typo --- diff --git a/src/mesa/drivers/dri/radeon/radeon_tex.h b/src/mesa/drivers/dri/radeon/radeon_tex.h index 8d8afb43436..a4aaddc74fa 100644 --- a/src/mesa/drivers/dri/radeon/radeon_tex.h +++ b/src/mesa/drivers/dri/radeon/radeon_tex.h @@ -42,7 +42,7 @@ extern void radeonSetTexOffset(__DRIcontext *pDRICtx, GLint texname, GLuint pitch); extern void radeonSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv); -externvoid radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format, +extern void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format, __DRIdrawable *dPriv); extern void radeonUpdateTextureState( GLcontext *ctx );