aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/xwayland.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-11-20 15:32:47 -0500
committerGitHub <noreply@github.com>2017-11-20 15:32:47 -0500
commit6bde8dd56beebc429445196d7d4a120677289317 (patch)
treef6256c013de96d3acfd4218b1f516249bd63c0d6 /include/wlr/xwayland.h
parentbecd75fd2ebd31fec9fdcf9cc2f37c5957d31b37 (diff)
parent64221c6da1a8783ba1e614a1c821b585b1e70ab8 (diff)
Merge pull request #431 from emersion/refactor-wlr-list
Refactor wlr_list
Diffstat (limited to 'include/wlr/xwayland.h')
-rw-r--r--include/wlr/xwayland.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h
index 6518b703..9b493d88 100644
--- a/include/wlr/xwayland.h
+++ b/include/wlr/xwayland.h
@@ -5,7 +5,6 @@
#include <stdbool.h>
#include <wlr/types/wlr_compositor.h>
#include <xcb/xcb.h>
-#include <wlr/types/wlr_list.h>
#ifdef HAS_XCB_ICCCM
#include <xcb/xcb_icccm.h>
@@ -86,7 +85,6 @@ struct wlr_xwayland_surface {
char *class;
char *instance;
struct wlr_xwayland_surface *parent;
- struct wlr_list *state; // list of xcb_atom_t
pid_t pid;
xcb_atom_t *window_type;