ss_app: Fix compiler warning

svn path=/trunk/boinc/; revision=17204
This commit is contained in:
Charlie Fenton 2009-02-11 10:47:06 +00:00
parent 1c431d8ca8
commit e3a35a4340
2 changed files with 2 additions and 1 deletions

View File

@ -1394,6 +1394,7 @@ David 10 Feb 2009
Charlie 11 Feb 2009
- SS: Fix new screensaver coordinator sandbox permissions.
- ss_app: Replace temporary icon with standard BOINC icon.
- ss_app: Fix compiler warning.
- lib: add time stamps to BOINCTRACE on non-Windows systems.
client/

View File

@ -315,7 +315,7 @@ FADER info_fader(4,4,4,1);
void app_graphics_render(int xs, int ys, double t) {
double alpha;
static bool showing_project = false;
static int project_index = 0;
static unsigned int project_index = 0;
static float logo_pos[3] = {.2, .2, 0};
int retval = update_data(t);