diff --git a/api/graphics_impl.C b/api/graphics_impl.C index 541f5e880f..637e27a3cf 100755 --- a/api/graphics_impl.C +++ b/api/graphics_impl.C @@ -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 diff --git a/checkin_notes b/checkin_notes index 886df21c8a..f341ff6787 100755 --- a/checkin_notes +++ b/checkin_notes @@ -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