wayland: Remove edges

This is an upstream change to xdg-shell.
This commit is contained in:
Jasper St. Pierre
2014-02-07 17:23:17 -05:00
parent d694260ad2
commit 912a0abd26
4 changed files with 4 additions and 9 deletions

View File

@ -4741,9 +4741,7 @@ meta_window_move_resize_internal (MetaWindow *window,
need_resize_client = TRUE;
meta_wayland_surface_configure_notify (window->surface,
new_rect.width,
new_rect.height,
(dx != 0 ? WL_SHELL_SURFACE_RESIZE_LEFT : 0) |
(dy != 0 ? WL_SHELL_SURFACE_RESIZE_TOP : 0));
new_rect.height);
}
else
{