*** empty log message ***

svn path=/trunk/boinc/; revision=4035
This commit is contained in:
Noaa Avital 2004-08-09 22:57:29 +00:00
parent 531a5be9f8
commit 4a3be34114
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -16100,7 +16100,8 @@ Daniel 2004-08-06
Noaa 9 August 2004 Noaa 9 August 2004
- changed version of x_opengl no print statements handles - changed version of x_opengl no print statements handles
fullscreen fullscreen
- added extern "C" around protos in graphics_api.h
api/ api/
x_opengl.C x_opengl.C
graphics_api.h