aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/xwayland.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-04-13 08:48:01 -0400
committerGitHub <noreply@github.com>2018-04-13 08:48:01 -0400
commitbcf5da5cd7ea61679309c871e52468b335f57cb5 (patch)
treeef1e02c3983669ccdea1b0ae58083bd3599bc3ce /include/wlr/xwayland.h
parent7433d2f1dedc2caaf85ab96cddb20d3051c6bf1b (diff)
parentfa02e30adf06e5b2ff661c1271b93851f13337ce (diff)
Merge pull request #866 from emersion/xwayland-unmapped-on-create
xwayland: emit new_surface when unmapped
Diffstat (limited to 'include/wlr/xwayland.h')
-rw-r--r--include/wlr/xwayland.h1
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;