mirror of https://github.com/BOINC/boinc.git
SS: Under Mac Sandbox security, terminate default screensaver graphics app via gfx_switcher
svn path=/trunk/boinc/; revision=17723
This commit is contained in:
parent
3840b814b7
commit
7a5f238a9f
|
@ -295,8 +295,6 @@ int CScreensaver::terminate_screensaver(int& graphics_application, RESULT *worke
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
graphics_application = 0;
|
|
||||||
#endif
|
#endif
|
||||||
// For safety, call kill_program even under Apple sandbox security
|
// For safety, call kill_program even under Apple sandbox security
|
||||||
kill_program(graphics_application);
|
kill_program(graphics_application);
|
||||||
|
|
Loading…
Reference in New Issue