aboutsummaryrefslogtreecommitdiff
path: root/include/xwayland
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-05-05 10:24:08 +0200
committerDrew DeVault <sir@cmpwn.com>2020-05-19 22:07:47 +0200
commit27609ba0d9d140660f0cc077ad7af8670fa0ed21 (patch)
tree3d8d134dd18fdc2f837755d07c08c8a86aa575a8 /include/xwayland
parentd28a7da95d1adeabb9f628d91c872fb2cb7fcee3 (diff)
xwayland: split server
Split the server part of wlr_xwayland into wlr_xwayland_server. This allows compositors to implement their own XWM when wlroots' isn't a good fit.
Diffstat (limited to 'include/xwayland')
-rw-r--r--include/xwayland/xwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h
index 351fce44..2569092f 100644
--- a/include/xwayland/xwm.h
+++ b/include/xwayland/xwm.h
@@ -138,7 +138,7 @@ struct wlr_xwm {
struct wl_listener seat_drag_source_destroy;
};
-struct wlr_xwm *xwm_create(struct wlr_xwayland *wlr_xwayland);
+struct wlr_xwm *xwm_create(struct wlr_xwayland *wlr_xwayland, int wm_fd);
void xwm_destroy(struct wlr_xwm *xwm);