Skip to content

Commit 324c2f3

Browse files
chore(changelog): auto-add entry for PR #5295 — fix(linux): apply WEBKIT_DISABLE_DMABUF_RENDERER on X11 for NVIDIA GPUs
1 parent 37a6923 commit 324c2f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

v3/UNRELEASED_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ After processing, the content will be moved to the main changelog and this file
2424

2525
## Fixed
2626
<!-- Bug fixes -->
27+
- Detect NVIDIA GPUs and disable DMA-BUF renderer on Linux in [PR](https://github.com/wailsapp/wails/pull/5295) by @leaanthony
2728
- Fix git PR template to point to the correct feedback URL in [PR](https://github.com/wailsapp/wails/pull/5109) by @wayneforrest
2829
- Fix a family of Windows systray `SetMenu` crashes caused by a broken `DestroyMenu` syscall that was passing four arguments instead of one, so every call returned FALSE and freed nothing. Also release HMENU and HBITMAP handles (including those allocated at runtime via `MenuItem.SetBitmap`) on menu rebuilds, reset stale checkbox/radio maps in `Win32Menu.Update`, and drop a redundant `Update()` call in `systemtray.updateMenu` that doubled allocations. Long-running systray apps no longer leak GDI/USER objects on each menu rebuild.
2930

0 commit comments

Comments
 (0)