1
0
Fork 0

xwayland: Use server protocol wrappers instead of wl_resource_post_event

This commit is contained in:
Jasper St. Pierre 2014-01-29 10:27:16 -05:00
parent 96fc93d744
commit 9c876722a0

View file

@ -73,13 +73,8 @@ bind_xserver (struct wl_client *client,
wl_resource_set_implementation (compositor->xserver_resource,
&xserver_implementation, compositor, NULL);
wl_resource_post_event (compositor->xserver_resource,
XSERVER_LISTEN_SOCKET,
compositor->xwayland_abstract_fd);
wl_resource_post_event (compositor->xserver_resource,
XSERVER_LISTEN_SOCKET,
compositor->xwayland_unix_fd);
xserver_send_listen_socket (compositor->xserver_resource, compositor->xwayland_abstract_fd);
xserver_send_listen_socket (compositor->xserver_resource, compositor->xwayland_unix_fd);
/* Make sure xwayland will recieve the above sockets in a finite
* time before unblocking the initialization mainloop since we are