iced/winit: Add surface id to OverlapNotify events

This commit is contained in:
Ian Douglas Scott 2025-09-18 14:30:00 -07:00 committed by Ashley Wulber
parent 49f1c2250b
commit 70b9736dc7
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
2 changed files with 9 additions and 1 deletions

View file

@ -31,7 +31,7 @@ pub enum Event {
/// output event
Output(OutputEvent, WlOutput),
/// Overlap notify event
OverlapNotify(overlap_notify::OverlapNotifyEvent),
OverlapNotify(overlap_notify::OverlapNotifyEvent, WlSurface, Id),
/// window event
Window(WindowEvent),
/// Seat Event