Mac V6 GFX: add setMacPList() call

svn path=/trunk/boinc/; revision=13694
This commit is contained in:
Charlie Fenton 2007-09-27 23:48:07 +00:00
parent cbe14c89fa
commit 992fdc08a2
2 changed files with 9 additions and 0 deletions

View File

@ -149,6 +149,9 @@ void boinc_graphics_loop(int argc, char** argv) {
fullscreen = true;
}
}
#ifdef __APPLE__
setMacPList();
#endif
boinc_glut_init();
make_window();
glutTimerFunc(TIMER_INTERVAL_MSEC, timer_handler, 0);

View File

@ -8895,3 +8895,9 @@ David 27 Sept 2007
gui_rpc_server.C,h
gui_rpc_server_ops.C
net_stats.C,h
Charlie 27 Sep 2007
- Mac V6 GFX: add setMacPList() call.
api/
graphics2_unix.C