mirror of
https://github.com/labwc/labwc.git
synced 2026-02-21 01:40:26 -05:00
mv xwl.c xwayland.c
This commit is contained in:
parent
8e7f2e78cd
commit
8846998b75
4 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue