API V6 GFX: Initialize boinc_max_fps = 30.

svn path=/trunk/boinc/; revision=13778
This commit is contained in:
Charlie Fenton 2007-10-04 21:58:56 +00:00
parent 64db0fa655
commit 03b5c3e3b0
2 changed files with 7 additions and 1 deletions

View File

@ -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) {

View File

@ -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