mv xwl.c xwayland.c

This commit is contained in:
Johan Malm 2020-09-04 20:32:41 +01:00
parent 8e7f2e78cd
commit 8846998b75
4 changed files with 4 additions and 4 deletions

View file

@ -233,7 +233,7 @@ void server_init(struct server *server)
wlr_log(WLR_ERROR, "cannot create xwayland server");
exit(EXIT_FAILURE);
}
server->new_xwayland_surface.notify = xwl_surface_new;
server->new_xwayland_surface.notify = xwayland_surface_new;
wl_signal_add(&server->xwayland->events.new_surface,
&server->new_xwayland_surface);