autocommit 2022-01-08 19:02:10 CET
This commit is contained in:
parent
d061a5c313
commit
3336f1ab6a
37 changed files with 243 additions and 136 deletions
|
|
@ -234,6 +234,7 @@ where
|
|||
self.fill_rect(r, g, b, a, 0, 0, self.width as _, self.height as _)
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn fill_rect(
|
||||
&self,
|
||||
r: u8,
|
||||
|
|
@ -260,6 +261,7 @@ where
|
|||
Ok(())
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn fill_insert_border(
|
||||
&self,
|
||||
r: u8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue