From 03b5c3e3b032d98cb0791746872bd315f8907c01 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Thu, 4 Oct 2007 21:58:56 +0000 Subject: [PATCH] API V6 GFX: Initialize boinc_max_fps = 30. svn path=/trunk/boinc/; revision=13778 --- api/graphics2.C | 2 +- checkin_notes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/api/graphics2.C b/api/graphics2.C index 260ff06987..00f55ce129 100644 --- a/api/graphics2.C +++ b/api/graphics2.C @@ -4,7 +4,7 @@ #include "boinc_api.h" #include "graphics2.h" -double boinc_max_fps; +double boinc_max_fps = 30.; double boinc_max_gfx_cpu_frac; bool throttled_app_render(int x, int y, double t) { diff --git a/checkin_notes b/checkin_notes index b43c59274d..0567e3ed28 100755 --- a/checkin_notes +++ b/checkin_notes @@ -9163,3 +9163,9 @@ David 4 Oct 2007 sched_array.C sched_locality.C sched_send.C,h + +Charlie 3 Oct 2007 + - API V6 GFX: Initialize boinc_max_fps = 30. + + api/ + graphics2.C