projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74b493a
)
minor tweaks
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 24 Jan 2001 00:07:01 +0000
(
00:07
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 24 Jan 2001 00:07:01 +0000
(
00:07
+0000)
include/GL/xmesa.h
patch
|
blob
|
history
diff --git
a/include/GL/xmesa.h
b/include/GL/xmesa.h
index 273b83508c7100077c4559e27c15f1111578ec31..52e8db279e59e34d6a3894b06748b5c7ee33d6db 100644
(file)
--- a/
include/GL/xmesa.h
+++ b/
include/GL/xmesa.h
@@
-1,8
+1,8
@@
-/* $Id: xmesa.h,v 1.
9 2000/08/22 13:31:01 joukj
Exp $ */
+/* $Id: xmesa.h,v 1.
10 2001/01/24 00:07:01 brianp
Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.
3
+ * Version: 3.
5
*
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
*
@@
-58,7
+58,6
@@
and create a window, you must do the following to use the X/Mesa interface:
8. Before exiting, call XMesaDestroyVisual and XMesaDestroyContext.
-See the demos/xdemo.c and xmesa1.c files for examples.
*/