diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-01-24 00:07:01 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-01-24 00:07:01 +0000 |
commit | 9533fd18420b8ce5f229b43cf16408e64a10adaf (patch) | |
tree | 2c67c4dd2408afd909cf1f9c8c4f357a4a6edfd9 /include | |
parent | 74b493a5e61237de081a438e774e5d8139d4c6b7 (diff) |
minor tweaks
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/xmesa.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/GL/xmesa.h b/include/GL/xmesa.h index 273b83508c..52e8db279e 100644 --- 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. */ |