Backends: OpenGL3: Fixed restoration of a potentially deleted OpenGL program. (#6220, #6224)

This commit is contained in:
Cyphall
2023-03-05 02:43:21 +01:00
committed by ocornut
parent bfce7750b1
commit 66b762577c
3 changed files with 12 additions and 3 deletions

View File

@ -51,6 +51,8 @@ Other changes:
before and can accept the same data type. (#6183).
- Drag and Drop: Clear drag and drop state as soon as delivery is accepted in order to
avoid inteferences. (#5817, #6183) [@DimaKoltun]
- Backends: OpenGL3: Fixed restoration of a potentially deleted OpenGL program. If an active
program was pending deletion, attempting to restore it would error. (#6220, #6224) [@Cyphall]
- Backends: Win32: Use WM_NCMOUSEMOVE / WM_NCMOUSELEAVE to track mouse positions over
non-client area (e.g. OS decorations) when app is not focused. (#6045, #6162)
- Backends: SDL2, SDL3: Accept SDL_GetPerformanceCounter() not returning a monotonically