*** 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,17 +2,17 @@
#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
//
extern void app_graphics_render(int xs, int ys, double time_of_day);
extern void app_graphics_init();
// called each time a window is opened;
// called in the graphics thread
// called in the graphics thread
extern void app_graphics_reread_prefs();
// called when get REREAD_PREFS message from core client.
// called in the graphics thread

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)