Revert "[Tizen] Sync for libds"
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Tue, 15 Sep 2020 07:36:20 +0000 (16:36 +0900)
committerDaekwang Ryu <dkdk.ryu@samsung.com>
Tue, 15 Sep 2020 07:36:20 +0000 (16:36 +0900)
This reverts commit 761d011db477df33052c1eab6be4673d08da1ebf.

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

index f5a522c..49d98ec 100644 (file)
@@ -33,9 +33,9 @@ OffscreenApplication OffscreenApplication::New( uint16_t width, uint16_t height,
   return offscreenApplication;
 }
 
-OffscreenApplication OffscreenApplication::New( Dali::Any surface, bool isTranslucent, OffscreenApplication::RenderMode renderMode )
+OffscreenApplication OffscreenApplication::New( Dali::Any surface, OffscreenApplication::RenderMode renderMode )
 {
-  IntrusivePtr< Internal::OffscreenApplication > impl = Internal::OffscreenApplication::New( 0, 0, surface, isTranslucent, renderMode );
+  IntrusivePtr< Internal::OffscreenApplication > impl = Internal::OffscreenApplication::New( 0, 0, surface, false, renderMode );
 
   OffscreenApplication offscreenApplication = OffscreenApplication( impl.Get() );
 
index 13a6708..399a4b9 100644 (file)
@@ -77,7 +77,7 @@ public:
    * @param[in] surface The native surface handle to create the OffscreenWindow
    * @param[in] renderMode The RenderMode of the OffscreenApplication
    */
-  static OffscreenApplication New( Dali::Any surface, bool isTranslucent, RenderMode renderMode = RenderMode::AUTO );
+  static OffscreenApplication New( Dali::Any surface, RenderMode renderMode = RenderMode::AUTO );
 
   /**
    * @brief Constructs an empty handle