fix missing width/height error
[mesa.git] / src / mesa / drivers / x11 / glxapi.h
index 2bb2ff5208d2157c0e5bedbdd081426a2020fac6..3bbdf94aa8f9fc50c92da8e80571e42c49c63789 100644 (file)
@@ -1,10 +1,8 @@
-/* $Id: glxapi.h,v 1.14 2002/10/08 23:16:26 brianp Exp $ */
-
 /*
  * Mesa 3-D graphics library
- * Version:  4.0.2 
+ * Version:  6.3
  * 
- * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2004  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"),
@@ -225,7 +223,7 @@ extern void
 _glxapi_set_no_op_table(struct _glxapi_table *t);
 
 
-extern const GLvoid *
+extern __GLXextFuncPtr
 _glxapi_get_proc_address(const char *funcName);