Merge branch 'master' into navigation

This commit is contained in:
omar
2017-10-04 18:46:09 -07:00
4 changed files with 49 additions and 16 deletions

View File

@ -806,6 +806,7 @@ struct ImGuiStyle
ImVec4 Colors[ImGuiCol_COUNT];
IMGUI_API ImGuiStyle();
IMGUI_API void ScaleAllSizes(float scale_factor);
};
// This is where your app communicate with ImGui. Access via ImGui::GetIO().