Skip to content

Commit

Permalink
Merge pull request #329 from Rhelvetican/master
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
crumblingstatue authored Sep 18, 2024
2 parents 48e4ccd + a76e8fe commit a52e50b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/window/video_mode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl VideoMode {

/// Static Method, get the current desktop video mode
///
/// return the urrent desktop video mode
/// return the current desktop video mode
#[must_use]
pub fn desktop_mode() -> Self {
thread_safety::set_window_thread();
Expand All @@ -98,6 +98,7 @@ impl VideoMode {
pub fn fullscreen_modes() -> &'static ffi::sfVideoModeVector {
unsafe { &*ffi::sfVideoMode_getFullscreenModes() }
}

pub(crate) fn raw(&self) -> ffi::sfVideoMode {
ffi::sfVideoMode {
width: self.width,
Expand Down

0 comments on commit a52e50b

Please sign in to comment.