mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
style: fix typos (#546)
This commit is contained in:
parent
402ffd56c9
commit
7916997b0b
9 changed files with 14 additions and 15 deletions
|
@ -421,7 +421,7 @@ impl DecodedImage {
|
|||
update_rectangle.intersect(&pointer_dest_rect).is_some() && self.show_pointer
|
||||
}
|
||||
|
||||
/// This method should be called BEFORE and fraebuffer updates, with the update rectangle,
|
||||
/// This method should be called BEFORE and framebuffer updates, with the update rectangle,
|
||||
/// to determine if the pointer needs to be redrawn (overlapping with the update rectangle).
|
||||
fn pointer_rendering_begin(
|
||||
&mut self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue