From 2da526fa0d722a07d8c4048edc94723202160704 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 15 Dec 2004 00:38:19 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4849 --- api/graphics_impl.C | 4 ++++ checkin_notes | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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