From 49bf1d79384ecf1b28822101233719fb1c1b29b1 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Fri, 20 Oct 2023 18:33:27 +0200 Subject: [PATCH] nihed-cros-libva: re-export VA_INVALID_ID for convenience --- nihed-cros-libva/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nihed-cros-libva/src/lib.rs b/nihed-cros-libva/src/lib.rs index 61f03c8..511af4c 100644 --- a/nihed-cros-libva/src/lib.rs +++ b/nihed-cros-libva/src/lib.rs @@ -42,6 +42,8 @@ pub use status::*; pub use surface::*; pub use usage_hint::*; +pub use bindings::constants::VA_INVALID_ID; + #[cfg(test)] mod tests { use std::rc::Rc; -- 2.30.2