ecore_evas_wayland_common: modify tizen only code related with size
authorJiyoun Park <jy0703.park@samsung.com>
Tue, 2 Jan 2018 07:08:24 +0000 (16:08 +0900)
committerJiyoun Park <jy0703.park@samsung.com>
Tue, 2 Jan 2018 07:08:24 +0000 (16:08 +0900)
   opensource change the size negotiation process.

src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c

index e324a17..7c458f5 100644 (file)
@@ -607,12 +607,12 @@ _ecore_evas_wl_common_cb_window_configure(void *data EINA_UNUSED, int type EINA_
    active = wdata->activated;
    wdata->activated = ecore_wl2_window_activated_get(wdata->win);
 
-// TIZEN_ONLY(20160630)
-/*
+// TIZEN_ONLY(20160630): : check opensource size issu
+
    nw = ev->w;
    nh = ev->h;
-*/
-   ecore_wl2_window_geometry_get(wdata->win, &nx, &ny, &nw, &nh);
+
+// ecore_wl2_window_geometry_get(wdata->win, &nx, &ny, &nw, &nh);
 //
 
    pfw = fw = wdata->win->set_config.geometry.w - wdata->content.w;