Moved declaration of SetItemAllowOverlap() to imgui.h (ref #517)

This commit is contained in:
ocornut
2016-02-02 19:52:30 +01:00
parent 62fe0b59bf
commit b329a36d27
2 changed files with 1 additions and 1 deletions

View File

@ -692,7 +692,6 @@ namespace ImGui
IMGUI_API void FocusableItemUnregister(ImGuiWindow* window);
IMGUI_API ImVec2 CalcItemSize(ImVec2 size, float default_x, float default_y);
IMGUI_API float CalcWrapWidthForPos(const ImVec2& pos, float wrap_pos_x);
IMGUI_API void SetItemAllowOverlap(); // Allow last item to be overlapped by a subsequent item
IMGUI_API void OpenPopupEx(const char* str_id, bool reopen_existing);