From 69f54f4bc2e92d032d431a94043581b705327e11 Mon Sep 17 00:00:00 2001 From: "Eunki, Hong" Date: Wed, 16 Oct 2024 15:45:21 +0900 Subject: [PATCH] Revert "[Tizen] Fix compile error for tbm_surface_queue_h" This reverts commit afa2d9fbc7e552ec307ee665ea8954642c2f393a. --- dali-csharp-binder/common/tizen-dependency-wrap.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dali-csharp-binder/common/tizen-dependency-wrap.cpp b/dali-csharp-binder/common/tizen-dependency-wrap.cpp index 8d57b6cc..750dd627 100644 --- a/dali-csharp-binder/common/tizen-dependency-wrap.cpp +++ b/dali-csharp-binder/common/tizen-dependency-wrap.cpp @@ -63,7 +63,7 @@ SWIGEXPORT void* SWIGSTDCALL CSharp_Dali_NativeImageSource_New_Handle_With_TbmSu Dali::Any tbmSurface = (Dali::Any)csTbmSurface; { try { - handle->Ptr = Dali::NativeImageSource::New(tbmSurface); + handle->Ptr = NativeImageSource::New(tbmSurface); } CALL_CATCH_EXCEPTION_WITH_FUNCTION(0, [](NativeImageSourcePtrHandle* ptr){delete ptr;}, handle); } jresult = (void *)handle; @@ -85,7 +85,7 @@ struct NativeImageSourceQueuePtrHandle Dali::NativeImageSourceQueuePtr Ptr; }; -SWIGEXPORT void* SWIGSTDCALL CSharp_Dali_NativeImageQueuePtr_New_Handle_With_TbmQueue(tbm_surface_queue_h csTbmQueue) +SWIGEXPORT void* SWIGSTDCALL CSharp_Dali_NativeImageQueuePtr_New_Handle_With_TbmQueue(tbm_queue_h csTbmQueue) { void* jresult; NativeImageSourceQueuePtrHandle* queue = new NativeImageSourceQueuePtrHandle(); -- 2.34.1