fixed pointer arithmetic error in glCopyPixels
[mesa.git] / src / mesa / main / attrib.h
index d478aeb06542e11a70d66f3c2189a2c70eac4e89..fabe3e0d0378c7227e04de12835cb47d6e516607 100644 (file)
@@ -1,10 +1,10 @@
-/* $Id: attrib.h,v 1.4 2000/11/22 07:32:16 joukj Exp $ */
+/* $Id: attrib.h,v 1.6 2002/02/13 00:53:19 keithw Exp $ */
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.3
+ * Version:  3.5
  *
- * Copyright (C) 1999-2000  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -31,7 +31,6 @@
 
 #include "mtypes.h"
 
-
 extern void
 _mesa_PushAttrib( GLbitfield mask );