Skip to content

Commit 94860e1

Browse files
authored
Merge pull request #18 from kdroidFilter/fix/linux-build-lowerhex
fix: Linux build failure - LowerHex trait not implemented for RawWindowHandle
2 parents 0c2e834 + 888b06e commit 94860e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrywebview/src/main/rust/handle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pub fn raw_window_handle_from(parent_handle: u64) -> Result<RawWindowHandle, Web
8484
// if log_enabled() {
8585
// eprintln!("[wrywebview] raw_window_handle Xlib=0x{:x}", parent_handle);
8686
// }
87-
wry_log!("[wrywebview] raw_window_handle Xlib=0x{:x}", handle);
87+
wry_log!("[wrywebview] raw_window_handle Xlib=0x{:x}", parent_handle);
8888
return Ok(handle);
8989
}
9090

0 commit comments

Comments
 (0)