Backends: SDL2: Remove unnecessary ImGui_ImplSDL2_NewFrame() parameter. (#3244)

This commit is contained in:
Giovanni Funchal
2021-06-29 19:54:25 +02:00
committed by ocornut
parent 23a15834fa
commit 6792e1a3e0
10 changed files with 23 additions and 14 deletions

View File

@ -35,6 +35,11 @@ HOW TO UPDATE?
VERSION 1.84 WIP (In Progress)
-----------------------------------------------------------------------
Breaking Changes:
- Backends: SDL2: removed unnecessary SDL_Window* parameter from ImGui_ImplSDL2_NewFrame(). (#3244) [@funchal]
Kept inline redirection function (will obsolete).
Other Changes:
- Windows: ImGuiWindowFlags_UnsavedDocument/ImGuiTabItmeFlags_UnsavedDocument display a dot instead of a '*' so it
is independent from font style. When in a tab, the dot is displayed at the same position as the close button.