Use mmask_t instead of u32

This commit is contained in:
Alexandre Bury 2017-11-19 01:13:24 -08:00
parent 0b5b6ceace
commit a11d02dfa4

View File

@ -439,7 +439,7 @@ impl backend::Backend for Concrete {
/// the returned Vec will include those queued events.
///
/// The main event is returned separately to avoid allocation in most cases.
fn on_mouse_event<F>(bare_event: u32, mut f: F)
fn on_mouse_event<F>(bare_event: mmask_t, mut f: F)
where
F: FnMut(MouseEvent),
{