mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
updated from patch 1026109
This commit is contained in:
parent
5cc7111f72
commit
0479ce06d4
1 changed files with 2 additions and 3 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue