aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2017-08-20 07:59:03 +0200
committerDominique Martinet <asmadeus@codewreck.org>2017-08-23 22:03:49 +0200
commiteb5b9cc6daa39f6e1bcafae074f832f07b5d0a19 (patch)
tree79aad9559f8d3ef23bac535460a83321826481ad /include/wlr
parentfa0e1015c6f06f08fe368f89af511ef646f0bc99 (diff)
xwayland: move & split internal header file
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/xwayland.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h
index bbb315e2..61386700 100644
--- a/include/wlr/xwayland.h
+++ b/include/wlr/xwayland.h
@@ -20,8 +20,8 @@ struct wlr_xwayland {
struct wlr_xwm *xwm;
};
-void wlr_xwayland_finish(struct wlr_xwayland *wlr_xwayland);
-bool wlr_xwayland_init(struct wlr_xwayland *wlr_xwayland,
- struct wl_display *wl_display, struct wlr_compositor *compositor);
+void wlr_xwayland_destroy(struct wlr_xwayland *wlr_xwayland);
+struct wlr_xwayland *wlr_xwayland_create(struct wl_display *wl_display,
+ struct wlr_compositor *compositor);
#endif