Merge pull request #866 from emersion/xwayland-unmapped-on-create

xwayland: emit new_surface when unmapped
This commit is contained in:
emersion 2018-04-13 08:48:01 -04:00 committed by GitHub
commit bcf5da5cd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 41 additions and 46 deletions

View file

@ -98,7 +98,6 @@ struct wlr_xwayland_surface {
uint16_t saved_width, saved_height;
bool override_redirect;
bool mapped;
bool added;
char *title;
char *class;