[Tizen] Sync for libds
authorSunghyun Kim <scholb.kim@samsung.com>
Wed, 23 Sep 2020 02:15:37 +0000 (11:15 +0900)
committerSunghyun Kim <scholb.kim@samsung.com>
Wed, 23 Sep 2020 02:15:43 +0000 (11:15 +0900)
This reverts commit 93ba02e840d17d77330de21ffe0cb4fad43c3791.

Change-Id: I8a7a0b55bd17b0d0a39193bd8023cf43de8c4887

dali/devel-api/adaptor-framework/offscreen-application.cpp
dali/devel-api/adaptor-framework/offscreen-application.h

index 95f1843..ef444f4 100644 (file)
@@ -33,9 +33,9 @@ OffscreenApplication OffscreenApplication::New( uint16_t width, uint16_t height,
   return offscreenApplication;
 }
 
-OffscreenApplication OffscreenApplication::New( Dali::Any surface, OffscreenApplication::RenderMode renderMode )
+OffscreenApplication OffscreenApplication::New( Dali::Any surface, bool isTranslucent, OffscreenApplication::RenderMode renderMode )
 {
-  IntrusivePtr< Internal::OffscreenApplication > impl = Internal::OffscreenApplication::New( 0, 0, surface, false, renderMode );
+  IntrusivePtr< Internal::OffscreenApplication > impl = Internal::OffscreenApplication::New( 0, 0, surface, isTranslucent, renderMode );
 
   OffscreenApplication offscreenApplication = OffscreenApplication( impl.Get() );
 
index cac1f64..994545c 100644 (file)
@@ -78,7 +78,7 @@ public:
    * @param[in] isTranslucent Whether the OffscreenWindow is translucent or not
    * @param[in] renderMode The RenderMode of the OffscreenApplication
    */
-  static OffscreenApplication New( Dali::Any surface, RenderMode renderMode = RenderMode::AUTO );
+  static OffscreenApplication New( Dali::Any surface, bool isTranslucent, RenderMode renderMode = RenderMode::AUTO );
 
   /**
    * @brief Constructs an empty handle