1
0
Fork 0
forked from wry/wry

cursor: merge set_sync_file/swap_buffer

This commit is contained in:
Julian Orth 2026-02-16 13:40:08 +01:00
parent 9ac9fb5623
commit cc56632c68
4 changed files with 12 additions and 21 deletions

View file

@ -183,8 +183,7 @@ pub trait HardwareCursorUpdate {
fn set_enabled(&mut self, enabled: bool);
fn get_buffer(&self) -> Rc<dyn GfxFramebuffer>;
fn set_position(&mut self, x: i32, y: i32);
fn swap_buffer(&mut self);
fn set_sync_file(&mut self, sync_file: Option<SyncFile>);
fn swap_buffer(&mut self, sync_file: Option<SyncFile>);
fn size(&self) -> (i32, i32);
}