Skip to content

Commit

Permalink
Renamed section in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut committed Sep 24, 2014
1 parent 3cd1b8a commit 618a42a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
- tip: you can create widgets without a Begin()/End() block, they will go in an implicit window called "Debug"
- tip: read the ShowTestWindow() code for more example of how to use ImGui!
API CHANGES
===========
API BREAKING CHANGES
====================
- 2014/09/24 (1.12) renamed SetFontScale() to SetWindowFontScale()
- 2014/09/24 (1.12) moved IM_MALLOC/IM_REALLOC/IM_FREE preprocessor defines to IO.MemAllocFn/IO.MemReallocFn/IO.MemFreeFn
Expand Down

0 comments on commit 618a42a

Please sign in to comment.