Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! wip
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Feb 18, 2025
1 parent 4652a34 commit 4d326b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rio-window/src/platform_impl/windows/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ impl Drop for Window {
}
}

pub(super) struct InitData<'_> {
pub(super) struct InitData<'a> {
// inputs
pub event_loop: &'a ActiveEventLoop,
pub attributes: WindowAttributes,
Expand All @@ -1231,7 +1231,7 @@ pub(super) struct InitData<'_> {
pub window: Option<Window>,
}

impl InitData {
impl InitData<'_> {
unsafe fn create_window(&self, window: HWND) -> Window {
// Register for touch events if applicable
{
Expand Down

0 comments on commit 4d326b5

Please sign in to comment.