e_xdg_shell_v6: remove condition for no handling of first xdg_surface.configure 30/194430/1
authorJuyeon Lee <juyeonne.lee@samsung.com>
Tue, 4 Dec 2018 09:00:45 +0000 (18:00 +0900)
committerJuyeon Lee <juyeonne.lee@samsung.com>
Tue, 4 Dec 2018 09:50:54 +0000 (18:50 +0900)
dali application have not handle xdg configure event so
the error handle condition should be added after client side ack

Change-Id: I336c4785fbba8bab63885fb8145eb200ee6f09ef

src/bin/e_xdg_shell_v6.c

index ab6fd79c059af8a418146bef5ac1504e4d9cc95d..8a80ba6acf5b75b37272e558b9829e32cd778db9 100644 (file)
@@ -1213,16 +1213,6 @@ _e_xdg_surface_configure(struct wl_resource *resource,
         return;
      }
 
-   if (!exsurf->configured)
-     {
-        // any attempts by a client to attach or manipulate a buffer prior to the first xdg_surface.configure call must
-        // be treated as errors.
-        ERR("Could not handle %s prior to the first xdg_surface.configure",
-           exsurf->ec->pixmap, exsurf->ec,
-           _e_xdg_surface_util_role_string_get(exsurf));
-        return;
-     }
-
    EINA_RECTANGLE_SET(&exsurf->configured_geometry, x, y, w, h);
 
    e_client_util_move_resize_without_frame(exsurf->ec, x, y, w, h);