projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44254d3
)
change include of glx_mangle.h to match other headers
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 27 Sep 2004 22:40:22 +0000
(22:40 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 27 Sep 2004 22:40:22 +0000
(22:40 +0000)
include/GL/glx.h
patch
|
blob
|
history
diff --git
a/include/GL/glx.h
b/include/GL/glx.h
index 083634261cb2ee0161d898143ecd9f0292c9436a..ca4e9ed4f681f5607daaf51777dce4242644d8d6 100644
(file)
--- a/
include/GL/glx.h
+++ b/
include/GL/glx.h
@@
-1,8
+1,8
@@
/*
* Mesa 3-D graphics library
- * Version: 6.
1
+ * Version: 6.
2
*
- * Copyright (C) 1999-200
3
Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-200
4
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"),
@@
-46,7
+46,7
@@
#if defined(USE_MGL_NAMESPACE)
-#include
<GL/glx_mangle.h>
+#include
"glx_mangle.h"
#endif