1
0
Fork 0
forked from wry/wry

gfx-api: add support for syncobj synchronization

This commit is contained in:
Julian Orth 2026-03-01 20:29:53 +01:00
parent 80a69ba7ef
commit 7e6facf4e3
20 changed files with 323 additions and 159 deletions

View file

@ -514,8 +514,8 @@ impl CursorUser {
&cd,
);
match res {
Ok(sync_file) => {
hc.swap_buffer(sync_file);
Ok(sync) => {
hc.swap_buffer(sync);
}
Err(e) => {
log::error!("Could not render hardware cursor: {}", ErrorFmt(e));