small fix for debug paths

This commit is contained in:
Daniel Borca 2004-12-06 08:10:01 +00:00
parent fa9ab2d052
commit ac7091078f

View file

@ -114,7 +114,7 @@ fxDDGetBufferSize(GLframebuffer *buffer, GLuint *width, GLuint *height)
fxMesaContext fxMesa = FX_CONTEXT(ctx);
if (TDFX_DEBUG & VERBOSE_DRIVER) {
fprintf(stderr, "fxDDBufferSize(...)\n");
fprintf(stderr, "fxDDGetBufferSize(...)\n");
}
*width = fxMesa->width;
@ -122,6 +122,7 @@ fxDDGetBufferSize(GLframebuffer *buffer, GLuint *width, GLuint *height)
}
}
static void
fxDDViewport(GLcontext *ctx, GLint x, GLint y, GLsizei w, GLsizei h)
{
@ -129,6 +130,7 @@ fxDDViewport(GLcontext *ctx, GLint x, GLint y, GLsizei w, GLsizei h)
_mesa_ResizeBuffersMESA();
}
/* Implements glClearColor() */
static void
fxDDClearColor(GLcontext * ctx, const GLfloat color[4])