mirror of https://github.com/BOINC/boinc.git
ss_app: Fix compiler warning
svn path=/trunk/boinc/; revision=17204
This commit is contained in:
parent
1c431d8ca8
commit
e3a35a4340
|
@ -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/
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue