Add forgotten use std::ptr.

This commit is contained in:
2025-09-05 02:05:04 -04:00
parent 274d1459aa
commit 394b4d23cb

View File

@@ -24,6 +24,7 @@ pub struct Application {
pub mod ffi {
use super::Application;
use std::ffi::{c_int, c_void};
use std::ptr;
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wApplicationGetMainWindow(app: *mut Application) -> x11::xlib::Window {