mirror of https://github.com/BOINC/boinc.git
SCR: When running V5 GFX applications as a service / daemon, display appropriate error message instead of trying to display graphics.
svn path=/trunk/boinc/; revision=14645
This commit is contained in:
parent
3babfa82cd
commit
86ac82b9af
|
@ -885,7 +885,9 @@ VOID CScreensaver::UpdateErrorBoxText() {
|
||||||
size_t iIndex = 0;
|
size_t iIndex = 0;
|
||||||
|
|
||||||
|
|
||||||
if (SCRAPPERR_BOINCNOGRAPHICSAPPSEXECUTING == m_hrError) {
|
if ((SCRAPPERR_BOINCNOGRAPHICSAPPSEXECUTING == m_hrError)
|
||||||
|
|| (SCRAPPERR_DAEMONALLOWSNOGRAPHICS == m_hrError)
|
||||||
|
) {
|
||||||
if (m_updating_results) return; // results vector is currently being updated by rpc
|
if (m_updating_results) return; // results vector is currently being updated by rpc
|
||||||
|
|
||||||
iResultCount = results.results.size();
|
iResultCount = results.results.size();
|
||||||
|
|
Loading…
Reference in New Issue