From 82e7c71e768c2281bd5e571e973e4478917e9e43 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 28 Feb 2013 15:40:06 +0200 Subject: Try uncommenting these now, I don't think the FIXME holds any more Change-Id: Idded90eaa68481dbb9b4045ff62a54e13c7baa31 --- vcl/android/androidinst.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'vcl') diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx index d855c17b89ff..b9ca23f73010 100644 --- a/vcl/android/androidinst.cxx +++ b/vcl/android/androidinst.cxx @@ -852,14 +852,13 @@ SalInstance *CreateSalInstance() LOGI("Android: CreateSalInstance!"); AndroidSalInstance* pInstance = new AndroidSalInstance( new SalYieldMutex() ); new AndroidSalData( pInstance ); -// FIXME: we init VCL in a different thread from where we run the mainloop [!] ... -// pInstance->AcquireYieldMutex(1); + pInstance->AcquireYieldMutex(1); return pInstance; } void DestroySalInstance( SalInstance *pInst ) { -// pInst->ReleaseYieldMutex(); + pInst->ReleaseYieldMutex(); delete pInst; } -- cgit v1.2.3