wayland: don't destroy wl_pointer/wl_keyboard
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
7cb7a2739e
commit
6f9f98f22c
1 changed files with 0 additions and 2 deletions
|
|
@ -2017,8 +2017,6 @@ static void MwLLDestroyImpl(MwLL handle) {
|
|||
} else if(handle->wayland.type == MwLL_WAYLAND_POPUP) {
|
||||
destroy_popup(handle);
|
||||
}
|
||||
wl_keyboard_destroy(handle->wayland.keyboard);
|
||||
wl_pointer_destroy(handle->wayland.pointer);
|
||||
}
|
||||
|
||||
for(i = 0; i < shlen(handle->wayland.wl_protocol_setup_map); i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue