mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Backends: Allegro5: Avoid calling al_set_mouse_cursor() repeatedly since it appears to leak on on X11 (#8256).
This commit is contained in:
parent
87f3109c1a
commit
2d2c7d3f95
2 changed files with 14 additions and 2 deletions
|
|
@ -60,6 +60,8 @@ Other changes:
|
|||
windows with the ImGuiWindowFlags_NoNavInputs flag. (#8231)
|
||||
- Debug Tools: Debug Log: hovering 0xXXXXXXXX values in log is allowed even
|
||||
if a popup is blocking mouse access to the debug log window. (#5855)
|
||||
- Backends: Allegro5: Avoid calling al_set_mouse_cursor() repeatedly since it appears
|
||||
to leak on on X11 (#8256). [@Helodity]
|
||||
- Backends: Vulkan: Fixed setting VkSwapchainCreateInfoKHR::preTransform for
|
||||
platforms not supporting VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR. (#8222) [@Zer0xFF]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue