Skip to content

Commit

Permalink
Merge pull request #260 from rtbo/fix_257
Browse files Browse the repository at this point in the history
Unknown GE_GENRIC event resolves to Event::Unknown
  • Loading branch information
rtbo authored Apr 9, 2024
2 parents 7e3a041 + c332fe7 commit 4a91741
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 4a91741

Please sign in to comment.