diff options
author | Dominique Martinet <asmadeus@codewreck.org> | 2017-08-20 07:59:03 +0200 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2017-08-23 22:03:49 +0200 |
commit | eb5b9cc6daa39f6e1bcafae074f832f07b5d0a19 (patch) | |
tree | 79aad9559f8d3ef23bac535460a83321826481ad /include/wlr | |
parent | fa0e1015c6f06f08fe368f89af511ef646f0bc99 (diff) |
xwayland: move & split internal header file
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/xwayland.h | 6 |
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 |