*** empty log message ***

svn path=/trunk/boinc/; revision=4026
This commit is contained in:
Noaa Avital 2004-08-07 00:31:41 +00:00
parent 118499f3fa
commit 0b0e581b9a
2 changed files with 3 additions and 8 deletions

View File

@ -2,10 +2,10 @@
#define BOINC_GRAPHICS_API_H
// The API (functions called by the app)
extern "C"{
extern int boinc_init_graphics();
extern int boinc_finish_graphics();
}
// Functions that must be supplied by the app
// application needs to define mouse, keyboard handlers
//

View File

@ -16064,12 +16064,7 @@ Daniel 2004-08-06
Noaa 6 August 2004
- added extern "C" to boinc_init_graphics and boinc_finish_graphics
in graphics_api.h
- removed libglut.a from cvs, was accidentally in there
api/
graphics_api.h
boincglut/lib/glut/
libglut.a (removed)