summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows/wmesa.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-08-02 20:29:03 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-08-02 20:29:03 +0000
commit585d191ae70b12aa9eb190746e6945aaa605b9ab (patch)
tree1c8bfe0a0623c054df12534ee71b8a868c962b5a /src/mesa/drivers/windows/wmesa.c
parentbd0f7f42d6413577b78c342ab2f73b8d05c81d2f (diff)
updates from mesa3d@billbaxter.com
Diffstat (limited to 'src/mesa/drivers/windows/wmesa.c')
-rw-r--r--src/mesa/drivers/windows/wmesa.c16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/mesa/drivers/windows/wmesa.c b/src/mesa/drivers/windows/wmesa.c
index a08873dded..00f156a102 100644
--- a/src/mesa/drivers/windows/wmesa.c
+++ b/src/mesa/drivers/windows/wmesa.c
@@ -1,4 +1,4 @@
-/* $Id: wmesa.c,v 1.3 2000/03/03 23:21:57 brianp Exp $ */
+/* $Id: wmesa.c,v 1.4 2000/08/02 20:29:03 brianp Exp $ */
/*
* File name : wmesa.c
@@ -22,6 +22,12 @@
/*
* $Log: wmesa.c,v $
+ * Revision 1.4 2000/08/02 20:29:03 brianp
+ * updates from mesa3d@billbaxter.com
+ *
+ * Revision 1.3.4.1 2000/08/02 20:28:19 brianp
+ * updates from mesa3d@billbaxter.com
+ *
* Revision 1.3 2000/03/03 23:21:57 brianp
* removed obsolete logicop function
*
@@ -84,7 +90,7 @@
#include "depth.h"
#include "wmesadef.h"
-#pragma warning ( disable : 4133 4761 )
+#pragma warning ( disable : 4100 4133 4761 )
#ifdef PROFILE
// #include "profile.h"
@@ -430,9 +436,9 @@ static void clear_color( GLcontext* ctx, GLubyte r, GLubyte g, GLubyte b, GLubyt
*/
//static void clear(GLcontext* ctx,
// GLboolean all,GLint x, GLint y, GLint width, GLint height )
-// TODO: I modified this function to match the prototype in dd.h. (swansma@geocities.com)
-// dd.h does not explain what the return type is so I could not set this to the proper
-// value.
+// TODO: I modified this function to match the prototype in
+// dd.h. (swansma@geocities.com)
+
static GLbitfield clear(GLcontext* ctx, GLbitfield mask,
GLboolean all, GLint x, GLint y, GLint width, GLint height)
{