From: Sunghyun kim Date: Tue, 26 Feb 2019 04:43:20 +0000 (+0900) Subject: [Tizen] Revert "Support multiple window rendering" X-Git-Tag: accepted/tizen/unified/20190307.230923^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F14%2F200514%2F1;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git [Tizen] Revert "Support multiple window rendering" This reverts commit f3448d7a4a83a768c22d1d49c655cda31d6b0885. Change-Id: I4c8d80cb185cba35a0729e2b95aed7fc63b0b02a --- 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;