mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 23:23:14 -04:00
doc: change remaining EventsCleared references to MainEventsCleared (#1390)
This commit is contained in:
committed by
Freya Gentz
parent
c4d07952cb
commit
ad7d4939a8
@@ -122,7 +122,7 @@ extern "C" fn control_flow_begin_handler(
|
||||
}
|
||||
|
||||
// end is queued with the lowest priority to ensure it is processed after other observers
|
||||
// without that, LoopDestroyed would get sent after EventsCleared
|
||||
// without that, LoopDestroyed would get sent after MainEventsCleared
|
||||
extern "C" fn control_flow_end_handler(
|
||||
_: CFRunLoopObserverRef,
|
||||
activity: CFRunLoopActivity,
|
||||
|
||||
Reference in New Issue
Block a user