#include fixes
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include <ggi/mesa/ggimesa_int.h>
|
||||
#include <ggi/mesa/debug.h>
|
||||
#include "extensions.h"
|
||||
#include "colormac.h"
|
||||
#include "imports.h"
|
||||
#include "matrix.h"
|
||||
#include "swrast/swrast.h"
|
||||
@@ -155,7 +156,7 @@ static GLboolean gl_ggiSetBuffer(GLcontext *ctx, GLframebuffer *buffer, GLuint b
|
||||
{
|
||||
ggi_mesa_context_t ggi_ctx = (ggi_mesa_context_t)ctx->DriverCtx;
|
||||
|
||||
printf("set read %d\n", mode);
|
||||
printf("set read %d\n", bufferBit);
|
||||
GGIMESADPRINT_CORE("gl_ggiSetBuffer() called\n");
|
||||
|
||||
if (bufferBit == FRONT_LEFT_BIT)
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "config.h"
|
||||
#include "context.h"
|
||||
#include "drawpix.h"
|
||||
#include "mem.h"
|
||||
#include "imports.h"
|
||||
#include "matrix.h"
|
||||
#include "state.h"
|
||||
#include "mtypes.h"
|
||||
|
||||
Reference in New Issue
Block a user