mirror of https://github.com/BOINC/boinc.git
- API: fix bug introduced in 13696 causing no graphics on Linux
svn path=/trunk/boinc/; revision=13922
This commit is contained in:
parent
1239291e44
commit
615e108441
|
@ -189,8 +189,8 @@ void boinc_graphics_loop(int argc, char** argv) {
|
|||
}
|
||||
boinc_glut_init();
|
||||
make_window();
|
||||
#ifdef __APPLE__
|
||||
glutTimerFunc(TIMER_INTERVAL_MSEC, timer_handler, 0);
|
||||
#ifdef __APPLE__
|
||||
// Apparently glut changed our working directory in OS 10.3.9
|
||||
chdir(dir);
|
||||
#endif
|
||||
|
|
|
@ -9725,3 +9725,9 @@ David 21 Oct 2007
|
|||
|
||||
client/
|
||||
app.C
|
||||
|
||||
David 21 Oct 2007
|
||||
- API: fix bug introduced in 13696 causing no graphics on Linux
|
||||
|
||||
api/
|
||||
graphics2_unix.C
|
||||
|
|
Loading…
Reference in New Issue