forked from vitrine/wmaker
Expose RRetainImage from wrlib for Rust.
This commit is contained in:
@@ -25,4 +25,9 @@ pub struct Image {
|
||||
}
|
||||
|
||||
pub mod ffi {
|
||||
use super::Image;
|
||||
|
||||
unsafe extern "C" {
|
||||
pub fn RRetainImage(image: *mut Image) -> *mut Image;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user