Skip to content

Commit

Permalink
unresolved GE_GENRIC event return Event::Unknown
Browse files Browse the repository at this point in the history
fixes #257
  • Loading branch information
rtbo committed Apr 9, 2024
1 parent e9e3bed commit c332fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ pub(crate) unsafe fn resolve_event(
}
}
}
return Event::Unknown(UnknownEvent::from_raw(event as *mut _));
}

for data in extension_data {
Expand Down

0 comments on commit c332fe7

Please sign in to comment.