diff options
author | emersion <contact@emersion.fr> | 2018-04-13 08:48:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-13 08:48:01 -0400 |
commit | bcf5da5cd7ea61679309c871e52468b335f57cb5 (patch) | |
tree | ef1e02c3983669ccdea1b0ae58083bd3599bc3ce /include | |
parent | 7433d2f1dedc2caaf85ab96cddb20d3051c6bf1b (diff) | |
parent | fa02e30adf06e5b2ff661c1271b93851f13337ce (diff) |
Merge pull request #866 from emersion/xwayland-unmapped-on-create
xwayland: emit new_surface when unmapped
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/xwayland.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index 477dddc4..11aedc37 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -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; |