Skip to content

Commit 23cf8ff

Browse files
authored
update CI patch for EventWriter::send deprecation (#18044)
# Objective - EventWriter::send has been deprecated, but it was used by one of the CI patch ## Solution - Use EventWriter::write instead
1 parent 4b1745f commit 23cf8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/example-showcase/extra-window-resized-events.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ index df0aab42d..6e28a6e9c 100644
66
}
77
}
88

9-
+ window_resized.send(WindowResized {
9+
+ window_resized.write(WindowResized {
1010
+ window,
1111
+ width: win.width(),
1212
+ height: win.height(),

0 commit comments

Comments
 (0)