Fix doc link
This commit is contained in:
parent
a147a15d45
commit
591a40c0a6
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ impl<'a> Buffer<'a> {
|
||||||
/// - X, when XShm is available
|
/// - X, when XShm is available
|
||||||
/// - Win32
|
/// - Win32
|
||||||
///
|
///
|
||||||
/// Otherwise this is equivalent to [`present`].
|
/// Otherwise this is equivalent to [`Self::present`].
|
||||||
pub fn present_with_damage(self, damage: &[Rect]) -> Result<(), SoftBufferError> {
|
pub fn present_with_damage(self, damage: &[Rect]) -> Result<(), SoftBufferError> {
|
||||||
self.buffer_impl.present_with_damage(damage)
|
self.buffer_impl.present_with_damage(damage)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue