projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b35d3b3
)
mesa: Clean up header file inclusion in framebuffer.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 09:04:22 +0000
(
01:04
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 09:04:22 +0000
(
01:04
-0800)
src/mesa/main/framebuffer.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/framebuffer.h
b/src/mesa/main/framebuffer.h
index 13722ea457a9529b61a1a9220ec7778c9897489e..20e3ff56b558f2988ddc2b051144150d2334c5ba 100644
(file)
--- a/
src/mesa/main/framebuffer.h
+++ b/
src/mesa/main/framebuffer.h
@@
-26,7
+26,10
@@
#ifndef FRAMEBUFFER_H
#define FRAMEBUFFER_H
-#include "mtypes.h"
+#include "glheader.h"
+
+struct gl_config;
+struct gl_context;
extern struct gl_framebuffer *
_mesa_create_framebuffer(const struct gl_config *visual);