projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6466f5
)
mesa: Add missing header to framebuffer.h.
author
Vinson Lee
<vlee@vmware.com>
Fri, 30 Jul 2010 06:53:13 +0000
(23:53 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 30 Jul 2010 06:53:13 +0000
(23:53 -0700)
Include mtypes.h for GLvisual and GLcontext symbols.
src/mesa/main/framebuffer.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/framebuffer.h
b/src/mesa/main/framebuffer.h
index 1b6e3b1f0cbe93241768c2c979f75840923f443a..2e9844282f8733cc08969587f3ed5524b57942c9 100644
(file)
--- a/
src/mesa/main/framebuffer.h
+++ b/
src/mesa/main/framebuffer.h
@@
-26,6
+26,7
@@
#ifndef FRAMEBUFFER_H
#define FRAMEBUFFER_H
+#include "mtypes.h"
extern struct gl_framebuffer *
_mesa_create_framebuffer(const GLvisual *visual);