wayland: Fix northeast resizing

Surprisingly, the same corner that was broken for resizing under
X is also broken under Wayland, for an entirely different reason.
This commit is contained in:
Matthias Clasen 2014-03-21 18:22:46 -04:00
parent ad39298f6d
commit a8036a5143

View File

@ -1970,7 +1970,7 @@ gdk_wayland_window_begin_resize_drag (GdkWindow *window,
break;
case GDK_WINDOW_EDGE_NORTH_EAST:
resize_edges = XDG_SURFACE_RESIZE_EDGE_RIGHT;
resize_edges = XDG_SURFACE_RESIZE_EDGE_TOP_RIGHT;
break;
case GDK_WINDOW_EDGE_WEST: