projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd406cf
)
mesa: Add missing header to multisample.h.
author
Vinson Lee
<vlee@vmware.com>
Fri, 30 Jul 2010 20:00:13 +0000
(13:00 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 30 Jul 2010 20:00:13 +0000
(13:00 -0700)
Include mtypes.h for GLcontext symbol.
src/mesa/main/multisample.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/multisample.h
b/src/mesa/main/multisample.h
index 4305900cc4967cd597ab0768ec9badcd21d11c84..998488ef4202fb8e6a7dad28cae7eea28b343200 100644
(file)
--- a/
src/mesa/main/multisample.h
+++ b/
src/mesa/main/multisample.h
@@
-26,6
+26,7
@@
#ifndef MULTISAMPLE_H
#define MULTISAMPLE_H
+#include "mtypes.h"
extern void GLAPIENTRY
_mesa_SampleCoverageARB(GLclampf value, GLboolean invert);