summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/svga/svgamesa24.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-02-06 00:03:47 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-02-06 00:03:47 +0000
commit8fd9f1748d12751683cf8039401a7f7f66ab73fa (patch)
treecafe046dcf6a79e4682ea334246bde0fbc1f5105 /src/mesa/drivers/svga/svgamesa24.h
parent228748bc494b391d2444f96789591803e72779e6 (diff)
misc updates to match latest device driver changes
Diffstat (limited to 'src/mesa/drivers/svga/svgamesa24.h')
-rw-r--r--src/mesa/drivers/svga/svgamesa24.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/svga/svgamesa24.h b/src/mesa/drivers/svga/svgamesa24.h
index 9707e993c3..8c5d9518c9 100644
--- a/src/mesa/drivers/svga/svgamesa24.h
+++ b/src/mesa/drivers/svga/svgamesa24.h
@@ -1,4 +1,4 @@
-/* $Id: svgamesa24.h,v 1.4 2001/01/24 00:04:59 brianp Exp $ */
+/* $Id: svgamesa24.h,v 1.5 2001/02/06 00:03:48 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -32,7 +32,7 @@
#define SVGA_MESA_24_H
extern void __clear_color24( GLcontext *ctx, const GLchan color[4] );
-extern GLbitfield __clear24( GLcontext *ctx, GLbitfield mask, GLboolean all, GLint x, GLint y, GLint width, GLint height );
+extern void __clear24( GLcontext *ctx, GLbitfield mask, GLboolean all, GLint x, GLint y, GLint width, GLint height );
extern void __write_rgba_span24( const GLcontext *ctx, GLuint n, GLint x, GLint y, const GLubyte rgba[][4], const GLubyte mask[] );
extern void __write_mono_rgba_span24( const GLcontext *ctx, GLuint n, GLint x, GLint y, const GLchan color[4], const GLubyte mask[]);
extern void __read_rgba_span24( const GLcontext *ctx, GLuint n, GLint x, GLint y, GLubyte rgba[][4] );