mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-01-04 11:08:26 -05:00
xwayland: fix shutdown caused by Xwayland/client stop
This commit is contained in:
parent
0196284331
commit
fd3ad3b9e4
3 changed files with 6 additions and 9 deletions
|
|
@ -240,7 +240,7 @@ static void create_surface_handler(struct wl_listener *listener, void *data) {
|
|||
}
|
||||
|
||||
static void xcb_get_resources(struct wlr_xwm *xwm) {
|
||||
int i;
|
||||
size_t i;
|
||||
xcb_intern_atom_cookie_t cookies[ATOM_LAST];
|
||||
|
||||
for (i = 0; i < ATOM_LAST; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue