From: Seoyeon Kim Date: Tue, 12 Mar 2019 05:49:24 +0000 (+0900) Subject: Revert "[Tizen] Revert "Support multiple window rendering"" X-Git-Tag: accepted/tizen/unified/20190313.075507~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d3684d1a3bcf954146ab6170b81511b53674758;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git Revert "[Tizen] Revert "Support multiple window rendering"" This reverts commit 9a4206340e80b2b64c2f0cab104c09656d0d03ba. Change-Id: I67bfb28ac2eec28c0847f575c59c85e3710744ae --- diff --git a/dali-csharp-binder/src/adaptor.cpp b/dali-csharp-binder/src/adaptor.cpp index 7b2af73..89e23ca 100755 --- a/dali-csharp-binder/src/adaptor.cpp +++ b/dali-csharp-binder/src/adaptor.cpp @@ -134,7 +134,7 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Adaptor_New__SWIG_1(void * jarg1, void SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Adaptor_New__SWIG_2(void * jarg1, void * jarg2) { void * jresult ; Dali::Any arg1 ; - Dali::RenderSurface *arg2 = 0 ; + Dali::RenderSurfaceInterface *arg2 = 0 ; Dali::Any *argp1 ; Dali::Adaptor *result = 0 ; @@ -144,14 +144,14 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Adaptor_New__SWIG_2(void * jarg1, void return 0; } arg1 = *argp1; - arg2 = (Dali::RenderSurface *)jarg2; + arg2 = (Dali::RenderSurfaceInterface *)jarg2; if (!arg2) { SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Dali::RenderSurface const & type is null", 0); return 0; } { try { - result = (Dali::Adaptor *) &Dali::Adaptor::New(arg1,(Dali::RenderSurface const &)*arg2,Dali::Configuration::APPLICATION_DOES_NOT_HANDLE_CONTEXT_LOSS); + result = (Dali::Adaptor *) &Dali::Adaptor::New(arg1,(Dali::RenderSurfaceInterface const &)*arg2,Dali::Configuration::APPLICATION_DOES_NOT_HANDLE_CONTEXT_LOSS); } catch (std::out_of_range& e) { { SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); return 0; @@ -179,7 +179,7 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Adaptor_New__SWIG_2(void * jarg1, void SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Adaptor_New__SWIG_3(void * jarg1, void * jarg2, void * jarg3) { void * jresult ; Dali::Any arg1 ; - Dali::RenderSurface *arg2 = 0 ; + Dali::RenderSurfaceInterface *arg2 = 0 ; Dali::Configuration::ContextLoss arg3 ; Dali::Any *argp1 ; Dali::Configuration::ContextLoss *argp3 ; @@ -191,7 +191,7 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Adaptor_New__SWIG_3(void * jarg1, void return 0; } arg1 = *argp1; - arg2 = (Dali::RenderSurface *)jarg2; + arg2 = (Dali::RenderSurfaceInterface *)jarg2; if (!arg2) { SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Dali::RenderSurface const & type is null", 0); return 0; @@ -204,7 +204,7 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Adaptor_New__SWIG_3(void * jarg1, void arg3 = *argp3; { try { - result = (Dali::Adaptor *) &Dali::Adaptor::New(arg1,(Dali::RenderSurface const &)*arg2,arg3); + result = (Dali::Adaptor *) &Dali::Adaptor::New(arg1,(Dali::RenderSurfaceInterface const &)*arg2,arg3); } catch (std::out_of_range& e) { { SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); return 0; @@ -443,7 +443,7 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Adaptor_RemoveIdle(void * jarg1, void * SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Adaptor_ReplaceSurface(void * jarg1, void * jarg2, void * jarg3) { Dali::Adaptor *arg1 = (Dali::Adaptor *) 0 ; Dali::Any arg2 ; - Dali::RenderSurface *arg3 = 0 ; + Dali::RenderSurfaceInterface *arg3 = 0 ; Dali::Any *argp2 ; arg1 = (Dali::Adaptor *)jarg1; @@ -453,7 +453,7 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Adaptor_ReplaceSurface(void * jarg1, voi return ; } arg2 = *argp2; - arg3 = (Dali::RenderSurface *)jarg3; + arg3 = (Dali::RenderSurfaceInterface *)jarg3; if (!arg3) { SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Dali::RenderSurface & type is null", 0); return ; @@ -486,12 +486,12 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Adaptor_ReplaceSurface(void * jarg1, voi SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Adaptor_GetSurface(void * jarg1) { void * jresult ; Dali::Adaptor *arg1 = (Dali::Adaptor *) 0 ; - Dali::RenderSurface *result = 0 ; + Dali::RenderSurfaceInterface *result = 0 ; arg1 = (Dali::Adaptor *)jarg1; { try { - result = (Dali::RenderSurface *) &(arg1)->GetSurface(); + result = (Dali::RenderSurfaceInterface *) &(arg1)->GetSurface(); } catch (std::out_of_range& e) { { SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); return 0;