summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/svga/svgamesa24.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-11-11 18:42:38 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-11-11 18:42:38 +0000
commit68b1d5c3158f48ef29287aa9568299285f8fea5c (patch)
tree180f0a556c6a7d9e85f1839520d3adb96d485d49 /src/mesa/drivers/svga/svgamesa24.h
parentf104619b8f6ece7a60aa365c859b03fbc1d74592 (diff)
compilation fixes
Diffstat (limited to 'src/mesa/drivers/svga/svgamesa24.h')
-rw-r--r--src/mesa/drivers/svga/svgamesa24.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/drivers/svga/svgamesa24.h b/src/mesa/drivers/svga/svgamesa24.h
index 8c5d9518c9..54d1a8298b 100644
--- a/src/mesa/drivers/svga/svgamesa24.h
+++ b/src/mesa/drivers/svga/svgamesa24.h
@@ -1,9 +1,9 @@
-/* $Id: svgamesa24.h,v 1.5 2001/02/06 00:03:48 brianp Exp $ */
+/* $Id: svgamesa24.h,v 1.6 2002/11/11 18:42:41 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.2
- * Copyright (C) 1995-2000 Brian Paul
+ * Version: 5.0
+ * Copyright (C) 1995-2002 Brian Paul
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -31,7 +31,7 @@
#ifndef SVGA_MESA_24_H
#define SVGA_MESA_24_H
-extern void __clear_color24( GLcontext *ctx, const GLchan color[4] );
+extern void __clear_color24( GLcontext *ctx, const GLfloat color[4] );
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[]);