projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c509bf9
)
mesa: Clean up header file inclusion in multisample.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 14:08:29 +0000
(06:08 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 14:08:29 +0000
(06:08 -0800)
src/mesa/main/multisample.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/multisample.h
b/src/mesa/main/multisample.h
index c7cc432daac5b5088d875a1d656e3ae38baf29c4..e86d4092bc965c0018ec690b96ce6655c5b37376 100644
(file)
--- a/
src/mesa/main/multisample.h
+++ b/
src/mesa/main/multisample.h
@@
-26,7
+26,9
@@
#ifndef MULTISAMPLE_H
#define MULTISAMPLE_H
-#include "mtypes.h"
+#include "glheader.h"
+
+struct gl_context;
extern void GLAPIENTRY
_mesa_SampleCoverageARB(GLclampf value, GLboolean invert);