Skip to content

Commit

Permalink
use wl_proxy_marshal_array without having a child_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeissl committed Jun 24, 2024
1 parent 34560ff commit 8816be2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions wayland-backend/src/sys/client_impl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -628,14 +628,13 @@ impl InnerBackend {
unsafe {
ffi_dispatch!(
wayland_client_handle(),
wl_proxy_marshal_array_constructor_versioned,
wl_proxy_marshal_array,
id.ptr,
opcode as u32,
argument_list.as_mut_ptr(),
child_interface_ptr,
child_version
)
}
std::ptr::null_mut()
} else {
// We are a guest Backend, need to use a wrapper
unsafe {
Expand Down

0 comments on commit 8816be2

Please sign in to comment.