[Bug 285446] emulators/wine-devel: Update to 10.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 13 Apr 2025 01:05:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285446

--- Comment #25 from Jonathan Vasquez <jon@xyinn.org> ---
Regarding the window dimensions not being respected in Wayland/wine, it
actually wasn't a wine issue. It's just that in XWayland the wine windows were
being floated automatically so the dimensions were correct automatically. When
Wayland native, sway will properly maximize the window (but for our wine case I
actually want them floating so they can keep their original dimensions).
Basically I need to add a floating enable entry for every wine
window/application that is running on Wayland directly through wine. For my
purposes at the moment, it will most likely just be the following (and maybe
I'll add explorer/notepad and some extra in the future):

for_window [app_id="winecfg.exe"] floating enable                               
for_window [app_id="cactus.exe"] floating enable

-- 
You are receiving this mail because:
You are the assignee for the bug.