summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 15:04:31 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 15:04:31 -0600
commit9091015a9782ad15e58540a8fd61df83ea2bfe31 (patch)
tree76bd84942c1b557ab2c21585bf9de2fb35a0e7d2 /src/mesa/main/dlist.c
parenteade430682516a445a2bf765165362dad19594f0 (diff)
mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to framebuffer.c
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r--src/mesa/main/dlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index f933580b2d..07d279da30 100644
--- a/src/mesa/main/dlist.c
+++ b/src/mesa/main/dlist.c
@@ -52,6 +52,7 @@
#include "eval.h"
#include "extensions.h"
#include "feedback.h"
+#include "framebuffer.h"
#include "get.h"
#include "glapi/glapi.h"
#include "hash.h"