diff options
| author | Dave Airlie <airlied@redhat.com> | 2009-03-24 09:45:18 +1000 | 
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2009-03-24 09:45:18 +1000 | 
| commit | 2aa097f963d7be12b538469f61214b8ddaa535fb (patch) | |
| tree | 975ded6cf7ff5db10bf7cdc1e60ec8e5cdd4684f /src | |
| parent | 28e082197d158206b58da62940cf57796abe565a (diff) | |
radeon: fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_tex.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_tex.h b/src/mesa/drivers/dri/radeon/radeon_tex.h index 8d8afb4343..a4aaddc74f 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 );  | 
