FreeType: Minor tweaks previous commit (#2285)

This commit is contained in:
omar
2019-01-15 21:50:43 +01:00
parent daac9c7559
commit 09f1cb642b
5 changed files with 33 additions and 33 deletions

View File

@ -34,6 +34,7 @@ HOW TO UPDATE?
-----------------------------------------------------------------------
Other Changes:
- Fonts: imgui_freetype: Added support for imgui allocators + custom FreeType only SetAllocatorFunctions. (#2285) [@Vuhdo]
- Examples: Win32: Using GetForegroundWindow() instead of GetActiveWindow() to be compatible with windows created
in a different thread. (#1951, #2087, #2156, #2232) [many people]
- Examples: Win32: Added support for XInput games (if ImGuiConfigFlags_NavEnableGamepad is enabled).