mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4849
This commit is contained in:
parent
f5a552e006
commit
2da526fa0d
|
@ -240,6 +240,10 @@ bool throttled_app_render(int x, int y, double t) {
|
|||
return false;
|
||||
}
|
||||
|
||||
int boinc_get_init_data(APP_INIT_DATA& app_init_data) {
|
||||
return bmsp->boinc_get_init_data_hook(app_init_data);
|
||||
}
|
||||
|
||||
#ifdef __GNUC__
|
||||
static volatile const char __attribute__((unused)) *BOINCrcsid="$Id$";
|
||||
#else
|
||||
|
|
|
@ -21289,8 +21289,14 @@ David 14 Dec 2004
|
|||
win_build/
|
||||
upper_case.vcproj
|
||||
|
||||
David 13 Dec 2004
|
||||
David 14 Dec 2004
|
||||
- Added code to validator to maintain host.avg_turnaround
|
||||
|
||||
sched/
|
||||
validator.C
|
||||
|
||||
David 14 Dec 2004
|
||||
- Added a version of boinc_get_init_data() to graphics_impl.C
|
||||
|
||||
api/
|
||||
graphics_impl.C
|
||||
|
|
Loading…
Reference in New Issue