diff options
author | emersion <contact@emersion.fr> | 2018-04-12 23:30:06 -0400 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-04-13 14:37:13 +0200 |
commit | fa02e30adf06e5b2ff661c1271b93851f13337ce (patch) | |
tree | 44a6f14090ec82f17f0d38c210a56c57c0facf21 /include | |
parent | 8dec7036d0c63585f05b255ae46f8af56456abf8 (diff) |
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; |