mirror of https://github.com/BOINC/boinc.git
Mac V6 GFX: add setMacPList() call
svn path=/trunk/boinc/; revision=13694
This commit is contained in:
parent
cbe14c89fa
commit
992fdc08a2
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue