From 8e94977d4085113f4993029d115c945bb917f7e8 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Tue, 12 Mar 2019 14:50:31 +0900 Subject: [PATCH] [Tizen] Revert "Support multiple window rendering" This reverts commit 6d3684d1a3bcf954146ab6170b81511b53674758. Change-Id: Ie213c93063435ddf48dd22b7767af69beb37979b --- dali-csharp-binder/src/adaptor.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dali-csharp-binder/src/adaptor.cpp b/dali-csharp-binder/src/adaptor.cpp index 89e23ca..7b2af73 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::RenderSurfaceInterface *arg2 = 0 ; + Dali::RenderSurface *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::RenderSurfaceInterface *)jarg2; + arg2 = (Dali::RenderSurface *)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::RenderSurfaceInterface const &)*arg2,Dali::Configuration::APPLICATION_DOES_NOT_HANDLE_CONTEXT_LOSS); + result = (Dali::Adaptor *) &Dali::Adaptor::New(arg1,(Dali::RenderSurface 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::RenderSurfaceInterface *arg2 = 0 ; + Dali::RenderSurface *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::RenderSurfaceInterface *)jarg2; + arg2 = (Dali::RenderSurface *)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::RenderSurfaceInterface const &)*arg2,arg3); + result = (Dali::Adaptor *) &Dali::Adaptor::New(arg1,(Dali::RenderSurface 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::RenderSurfaceInterface *arg3 = 0 ; + Dali::RenderSurface *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::RenderSurfaceInterface *)jarg3; + arg3 = (Dali::RenderSurface *)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::RenderSurfaceInterface *result = 0 ; + Dali::RenderSurface *result = 0 ; arg1 = (Dali::Adaptor *)jarg1; { try { - result = (Dali::RenderSurfaceInterface *) &(arg1)->GetSurface(); + result = (Dali::RenderSurface *) &(arg1)->GetSurface(); } catch (std::out_of_range& e) { { SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); return 0; -- 2.7.4