ecore-wl xdg surface configure no longer requires special case for fs/max

the surface size comes directly from the compositor shell when applicable
This commit is contained in:
Mike Blumenkrantz 2015-03-13 14:35:28 -04:00
parent dba7bdccfe
commit 8927a33f64
1 changed files with 0 additions and 2 deletions

View File

@ -1039,8 +1039,6 @@ _ecore_xdg_handle_surface_configure(void *data, struct xdg_surface *xdg_surface
}
if ((width > 0) && (height > 0))
_ecore_wl_window_configure_send(win, width, height, 0);
else if (win->fullscreen || win->maximized)
_ecore_wl_window_configure_send(win, 0, 0, 0);
if (win->xdg_surface)
xdg_surface_ack_configure(win->xdg_surface, serial);