cursor: merge set_sync_file/swap_buffer
This commit is contained in:
parent
9ac9fb5623
commit
cc56632c68
4 changed files with 12 additions and 21 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue