Rename SwBufError back to SoftBufferError
This seems to be the last thing left over from the `swbuf` rename.
This commit is contained in:
parent
0109b1538a
commit
fc1bba64ab
8 changed files with 37 additions and 34 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use raw_window_handle::OrbitalWindowHandle;
|
||||
use std::{cmp, slice, str};
|
||||
|
||||
use crate::SwBufError;
|
||||
use crate::SoftBufferError;
|
||||
|
||||
struct OrbitalMap {
|
||||
address: usize,
|
||||
|
|
@ -45,7 +45,7 @@ pub struct OrbitalImpl {
|
|||
}
|
||||
|
||||
impl OrbitalImpl {
|
||||
pub fn new(handle: OrbitalWindowHandle) -> Result<Self, SwBufError> {
|
||||
pub fn new(handle: OrbitalWindowHandle) -> Result<Self, SoftBufferError> {
|
||||
Ok(Self { handle })
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue