diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-05-31 13:05:02 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-05-31 13:05:31 +0300 |
commit | 302dcca61a8b1c0dd7ef9e8234f06dc14be680eb (patch) | |
tree | e295b3123221b679f48367b5625f833a38b0c717 /vcl | |
parent | 292e25e66d67b528dfc81665aac2c58897871667 (diff) |
It is EXITHELPER_NORMAL_RESTART that we want
Change-Id: Ica1d68dcdd98aef061a2bed0b5389cef327e1ca5
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/opengl/win/gdiimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/opengl/win/gdiimpl.cxx b/vcl/opengl/win/gdiimpl.cxx index 04ca857917f4..163d2dbed11f 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; |