*** empty log message ***

svn path=/trunk/boinc/; revision=545
This commit is contained in:
Eric Heien 2002-10-29 18:58:42 +00:00
parent 6caf172164
commit 227b94dd86
1 changed files with 15 additions and 15 deletions

View File

@ -48,6 +48,8 @@
#include <OpenGL/gl.h> #include <OpenGL/gl.h>
#include <OpenGL/glu.h> #include <OpenGL/glu.h>
#include <GLUT/glut.h> #include <GLUT/glut.h>
#include "mac_carbon_gl.h"
#endif #endif
#ifdef _WIN32 #ifdef _WIN32
@ -236,8 +238,6 @@ int main(int argc, char **argv) {
#ifdef BOINC_APP_GRAPHICS #ifdef BOINC_APP_GRAPHICS
GLvoid glPrint(const char *fmt, ...);
int DrawGLScene(GLvoid) // Here's Where We Do All The Drawing 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 glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); // Clear Screen And Depth Buffer