_ecore_wl_window_configure_send(win, win->saved_allocation.w,
win->saved_allocation.h);
}
+ win->edges = 0;
_ecore_wl_window_state_changed(win);
}
_ecore_wl_window_configure_send(win, win->saved_allocation.w,
win->saved_allocation.h);
}
+ win->edges = 0;
_ecore_wl_window_state_changed(win);
}
if ((win->allocation.w != w) || (win->allocation.h != h))
{
- win->edges = edges;
+ if (win->type == ECORE_WL_WINDOW_TYPE_TOPLEVEL)
+ win->edges = edges;
if (win->region.input) wl_region_destroy(win->region.input);
win->region.input = NULL;
if (win->region.opaque) wl_region_destroy(win->region.opaque);