mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 15:13:13 -04:00
Fix log prefix
This commit is contained in:
@@ -18,7 +18,7 @@ static THREAD_INIT: Once = ONCE_INIT;
|
||||
|
||||
fn x_error_callback(_: *mut ffi::Display, event: *mut ffi::XErrorEvent) -> libc::c_int {
|
||||
unsafe {
|
||||
println!("x error code={} major={} minor={}!", (*event).error_code, (*event).request_code, (*event).minor_code);
|
||||
println!("[glutin] x error code={} major={} minor={}!", (*event).error_code, (*event).request_code, (*event).minor_code);
|
||||
}
|
||||
0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user