[Libreoffice-commits] core.git: vcl/opengl

Tor Lillqvist tml at collabora.com
Tue May 31 10:06:14 UTC 2016


 vcl/opengl/win/gdiimpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 302dcca61a8b1c0dd7ef9e8234f06dc14be680eb
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue May 31 13:05:02 2016 +0300

    It is EXITHELPER_NORMAL_RESTART that we want
    
    Change-Id: Ica1d68dcdd98aef061a2bed0b5389cef327e1ca5

diff --git a/vcl/opengl/win/gdiimpl.cxx b/vcl/opengl/win/gdiimpl.cxx
index 04ca857..163d2db 100644
--- a/vcl/opengl/win/gdiimpl.cxx
+++ b/vcl/opengl/win/gdiimpl.cxx
@@ -433,7 +433,7 @@ bool compiledShaderBinariesWork()
     if (!bResult)
     {
         OpenGLZone::hardDisable();
-        TerminateProcess(GetCurrentProcess(), EXITHELPER_CRASH_WITH_RESTART);
+        TerminateProcess(GetCurrentProcess(), EXITHELPER_NORMAL_RESTART);
     }
 
     return bResult;


More information about the Libreoffice-commits mailing list