updated from patch 1026109

This commit is contained in:
Brian Paul 2004-09-10 22:12:14 +00:00
parent 5cc7111f72
commit 0479ce06d4

View file

@ -38,7 +38,6 @@
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glut.h>
#include <malloc.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
@ -404,8 +403,8 @@ void glutPostWindowRedisplay(int win)
void glutSwapBuffers(void)
{
GGIGLUTDPRINT_CORE("glutSwapBuffers() called\n");
GGIMesaSwapBuffers();
ggiMesaSwapBuffers();
}
void glutIdleFunc(void (*idle)(void))