Clean up events

This commit is contained in:
Vincent Vanlaer 2018-05-07 00:48:02 +02:00
parent 446ea3a340
commit 80586b8f6b
1 changed files with 2 additions and 0 deletions

View File

@ -265,6 +265,8 @@ static int xwayland_socket_connected(int fd, uint32_t mask, void* data){
wl_event_source_remove(wlr_xwayland->x_fd_read_event[0]);
wl_event_source_remove(wlr_xwayland->x_fd_read_event[1]);
wlr_xwayland->x_fd_read_event[0] = wlr_xwayland->x_fd_read_event[1] = NULL;
xwayland_start_server(wlr_xwayland);
return 0;