Revert "Changed syntax for (very rarely used) IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT mechanism, instead you only need to '#define ImDrawVert MyDrawVert' to use this feature, avoiding the need to declare the entire structure within an awkward macro. Using the old macro will now error with a message pointing you to the new method. (#38, #103, #1172, #1231, #2489)"

This reverts commit 597c024904.
This commit is contained in:
omar
2019-06-06 00:59:07 +02:00
parent 597c024904
commit 480d57e6a2
5 changed files with 10 additions and 23 deletions

View File

@ -35,10 +35,6 @@ HOW TO UPDATE?
Breaking Changes:
- IO: changed AddInputCharacter(unsigned short c) signature to AddInputCharacter(unsigned int c).
- Renamed SetNextTreeNodeOpen() to SetNextItemOpen(). Kept inline redirection function (will obsolete).
- Changed syntax for (very rarely used) IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT mechanism, instead you only
need to '#define ImDrawVert MyDrawVert' to use this feature, avoiding the need to declare the entire
structure within an awkward macro. Using the old macro will now error with a message pointing you
to the new method. (#38, #103, #1172, #1231, #2489)
Other Changes:
- Window: clarified behavior of SetNextWindowContentSize(). Content size is defined as the size available