wayland_server: make frame callbacks, release buffers. logging

This commit is contained in:
galister
2025-12-26 02:02:19 +09:00
parent b1fba81e08
commit db74874a80
4 changed files with 91 additions and 101 deletions

View File

@@ -199,7 +199,6 @@ impl Connection {
list: params
.wayland_state
.wm
.borrow_mut()
.windows
.iter()
.map(|(handle, win)| packet_server::WvrWindow {
@@ -222,7 +221,6 @@ impl Connection {
if let Some(window) = params
.wayland_state
.wm
.borrow_mut()
.windows
.get_mut(&wayvr::window::WindowHandle::from_packet(handle))
{