Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-event/src/lib.rs')
| -rw-r--r-- | helix-event/src/lib.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/helix-event/src/lib.rs b/helix-event/src/lib.rs index 894de5e8..de018a79 100644 --- a/helix-event/src/lib.rs +++ b/helix-event/src/lib.rs @@ -34,7 +34,9 @@ use anyhow::Result; pub use cancel::{cancelable_future, cancelation, CancelRx, CancelTx}; pub use debounce::{send_blocking, AsyncHook}; -pub use redraw::{lock_frame, redraw_requested, request_redraw, start_frame, RenderLockGuard}; +pub use redraw::{ + lock_frame, redraw_requested, request_redraw, start_frame, RenderLockGuard, RequestRedrawOnDrop, +}; pub use registry::Event; mod cancel; |