mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4035
This commit is contained in:
parent
531a5be9f8
commit
4a3be34114
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue