mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=545
This commit is contained in:
parent
6caf172164
commit
227b94dd86
|
@ -47,7 +47,9 @@
|
|||
#include <AGL/aglRenderers.h>
|
||||
#include <OpenGL/gl.h>
|
||||
#include <OpenGL/glu.h>
|
||||
#include <GLUT/glut.h>
|
||||
#include <GLUT/glut.h>
|
||||
|
||||
#include "mac_carbon_gl.h"
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
|
@ -236,8 +238,6 @@ int main(int argc, char **argv) {
|
|||
|
||||
#ifdef BOINC_APP_GRAPHICS
|
||||
|
||||
GLvoid glPrint(const char *fmt, ...);
|
||||
|
||||
int DrawGLScene(GLvoid) // Here's Where We Do All The Drawing
|
||||
{
|
||||
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); // Clear Screen And Depth Buffer
|
||||
|
|
Loading…
Reference in New Issue