projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65b7905
)
include <X11/Xthreads.h> instead of "Xthreads.h"
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 22 Nov 2004 19:11:01 +0000
(19:11 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 22 Nov 2004 19:11:01 +0000
(19:11 +0000)
src/mesa/glapi/glthread.h
patch
|
blob
|
history
diff --git
a/src/mesa/glapi/glthread.h
b/src/mesa/glapi/glthread.h
index 6dc136e975ea3b0215468dc5260b627907eb90a8..1d2a4a7b0032fde755b5dd6b829af588b4df1043 100644
(file)
--- a/
src/mesa/glapi/glthread.h
+++ b/
src/mesa/glapi/glthread.h
@@
-1,9
+1,8
@@
-
/*
* Mesa 3-D graphics library
- * Version:
3.5
+ * Version:
6.3
*
- * Copyright (C) 1999-200
1
Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-200
3
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"),
@@
-194,7
+193,7
@@
typedef CRITICAL_SECTION _glthread_Mutex;
* We wrap it again for GL.
*/
#ifdef XTHREADS
-#include
"Xthreads.h"
+#include
<X11/Xthreads.h>
typedef struct {
xthread_key_t key;