Revert "[Tizen] Added 'make clean' on each profile build."
[platform/core/uifw/dali-adaptor.git] / adaptors / wayland / wayland-manager.cpp
index e43d952..a03807e 100644 (file)
@@ -212,7 +212,7 @@ void WaylandManager::ReadAndDispatchEvents()
   }
   else
   {
-    DALI_LOG_ERROR("wl_display_read_events error");
+    DALI_LOG_ERROR("wl_display_read_events error\n");
   }
 
 }
@@ -293,7 +293,8 @@ void WaylandManager::CreateSurface( Dali::Wayland::Window& window )
 
     if( window.mTitle.length() )
     {
-      xdg_surface_set_title(  mXdgSurface, window.mTitle.c_str() );
+      xdg_surface_set_title( mXdgSurface, window.mTitle.c_str() );
+      xdg_surface_set_app_id(mXdgSurface, window.mTitle.c_str() );
     }
     xdg_shell_add_listener( mXdgShell, &XdgShellListener, 0);
   }