Merge branch 'mesa_7_5_branch'
[mesa.git] / src / mesa / main / lines.h
index 163663d78becd9e61718113b93fc489ed8603baa..5a47e9858d5ca2c45ed567769d6be70dd42d1b44 100644 (file)
@@ -1,10 +1,13 @@
-/* $Id: lines.h,v 1.4 2000/11/22 07:32:17 joukj Exp $ */
+/**
+ * \file lines.h
+ * Line operations.
+ */
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.3
+ * Version:  3.5
  *
- * Copyright (C) 1999  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"),
@@ -25,6 +28,7 @@
  */
 
 
+
 #ifndef LINES_H
 #define LINES_H
 
 #include "mtypes.h"
 
 
-extern void
+extern void GLAPIENTRY
 _mesa_LineWidth( GLfloat width );
 
-extern void
+extern void GLAPIENTRY
 _mesa_LineStipple( GLint factor, GLushort pattern );
 
+extern void GLAPIENTRY 
+_mesa_init_line( GLcontext * ctx );
 
 #endif