mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
server: remove wl_display_init_shm()
This function is called by wlroots in wlr_renderer_init_wl_display(), so no need to call it again. This stops Qt apps segfaulting when run with "-platform wayland" Fixes issue #34 item 2
This commit is contained in:
parent
e05a3c5f65
commit
be27bb30a3
1 changed files with 0 additions and 2 deletions
|
|
@ -249,8 +249,6 @@ server_start(struct server *server)
|
||||||
wlr_log(WLR_DEBUG, "WAYLAND_DISPLAY=%s", socket);
|
wlr_log(WLR_DEBUG, "WAYLAND_DISPLAY=%s", socket);
|
||||||
}
|
}
|
||||||
|
|
||||||
wl_display_init_shm(server->wl_display);
|
|
||||||
|
|
||||||
#if HAVE_XWAYLAND
|
#if HAVE_XWAYLAND
|
||||||
wlr_xwayland_set_seat(server->xwayland, server->seat.seat);
|
wlr_xwayland_set_seat(server->xwayland, server->seat.seat);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue