| commit | 971cad365574267998e2a697441d42175ded61a3 | [log] |
|---|---|---|
| author | Tor Lillqvist <tml@collabora.com> | Wed Apr 24 13:19:44 2019 +0300 |
| committer | Tor Lillqvist <tml@collabora.com> | Wed Apr 24 14:19:04 2019 +0300 |
| tree | 4d1b4677c571aeb17cc0351c5e0646ff70ea707e | |
| parent | 67580722d95af71259dcbe73b71afdd4c23a4a83 [diff] |
tdf#124923: Need to call InitVCL() on iOS before using SolarMutexGuard Change-Id: If5781ae101e58c26368e57787cb301f84ffa82a5
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 7fcf018..c4a36e9 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx
@@ -4521,6 +4521,10 @@ LibreOfficeKitWakeCallback pWakeCallback, void* pData) { #ifdef IOS // Maybe ANDROID, too? InitVCL(); #endif SolarMutexGuard aGuard; vcl::lok::registerPollCallbacks(pPollCallback, pWakeCallback, pData); lo_startmain(nullptr);