Merge branch 'master' into fullscreen

This commit is contained in:
emersion 2017-11-21 18:34:12 +01:00
commit dcb168914e
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
19 changed files with 335 additions and 216 deletions

View file

@ -218,7 +218,6 @@ static void wlr_xwayland_surface_destroy(
free(xsurface->title);
free(xsurface->class);
free(xsurface->instance);
wlr_list_free(xsurface->state);
free(xsurface->window_type);
free(xsurface->protocols);
free(xsurface->hints);