From 888b06e7a82c7ec4c7d88b8ff79135eb337047ae Mon Sep 17 00:00:00 2001 From: Elie Gambache Date: Thu, 15 Jan 2026 21:14:14 +0200 Subject: [PATCH] fix: use parent_handle instead of handle for Linux Xlib logging RawWindowHandle does not implement LowerHex trait, causing build failure on Linux. --- wrywebview/src/main/rust/handle.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrywebview/src/main/rust/handle.rs b/wrywebview/src/main/rust/handle.rs index 6c67c9c..cdfef84 100644 --- a/wrywebview/src/main/rust/handle.rs +++ b/wrywebview/src/main/rust/handle.rs @@ -84,7 +84,7 @@ pub fn raw_window_handle_from(parent_handle: u64) -> Result