diff options
author | Brian Paul <[email protected]> | 2008-06-09 15:04:31 -0600 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-09-21 22:13:51 -0700 |
commit | e48defc98045f419e71ca13e4f45470b2336ecaf (patch) | |
tree | 44635a19c329d348e13414563025f431863f4a3a /src/mesa/main/dlist.c | |
parent | 5ab1d0aceaffbf872d7f8ebea2a6655e25bf2390 (diff) |
mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to framebuffer.c
(cherry picked from commit 9091015a9782ad15e58540a8fd61df83ea2bfe31)
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 9f6f4d96f48..fd48c55df7d 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" |