Revert "[3.0] Set AppID for creating wayland Window" 57/83157/1
authortaeyoon <taeyoon0.lee@samsung.com>
Tue, 9 Aug 2016 08:21:48 +0000 (17:21 +0900)
committertaeyoon <taeyoon0.lee@samsung.com>
Tue, 9 Aug 2016 08:22:05 +0000 (17:22 +0900)
This reverts commit 2c3c29e04edd6ff2dc57f12390f14aab0cd6eec7.

Change-Id: I94c4c16f93f72c7129207d48ca10d7e69e39dffe

adaptors/ecore/wayland/window-render-surface-ecore-wl.cpp

index 6eeb6a7..a093174 100644 (file)
@@ -21,7 +21,6 @@
 // EXTERNAL INCLUDES
 #include <dali/integration-api/gl-abstraction.h>
 #include <dali/integration-api/debug.h>
-#include <app.h>
 
 // INTERNAL INCLUDES
 #include <wl-types.h>
@@ -261,9 +260,8 @@ void WindowRenderSurface::CreateWlRenderable()
   {
       DALI_ASSERT_ALWAYS(0 && "Failed to create X window");
   }
-  char *app_id = NULL;
-  app_get_id(&app_id);
-  ecore_wl_window_class_name_set(mWlWindow, app_id);
+
+  //FIXME
 }
 
 void WindowRenderSurface::UseExistingRenderable( unsigned int surfaceId )