wayland: fix a typo

This was noticed in the gtk3 backport of these changes.
This commit is contained in:
Matthias Clasen 2017-10-04 20:03:19 -04:00
parent 88b15beb0a
commit 090b833d8b

View File

@ -2942,7 +2942,7 @@ gtk_surface_configure_edges (void *data,
new_state |= GDK_WINDOW_STATE_TOP_RESIZABLE;
break;
case GTK_SURFACE1_EDGE_CONSTRAINT_RESIZABLE_RIGHT:
new_state |= GDK_WINDOW_STATE_TOP_TILED;
new_state |= GDK_WINDOW_STATE_RIGHT_RESIZABLE;
break;
case GTK_SURFACE1_EDGE_CONSTRAINT_RESIZABLE_BOTTOM:
new_state |= GDK_WINDOW_STATE_BOTTOM_RESIZABLE;