mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-17 01:04:19 +00:00
BeginMainMenuBar(): remove expectation that we don't know menu bar height ahead, allowing up to generalize placement in any direction (will be done in master)
Amend 75de34e281
This commit is contained in:
parent
085cff2fe5
commit
ca34c81ce9
3 changed files with 7 additions and 9 deletions
|
|
@ -943,7 +943,6 @@ static void UpdateViewportsEndFrame();
|
|||
static void UpdateSelectWindowViewport(ImGuiWindow* window);
|
||||
static bool UpdateTryMergeWindowIntoHostViewport(ImGuiWindow* window, ImGuiViewportP* host_viewport);
|
||||
static bool UpdateTryMergeWindowIntoHostViewports(ImGuiWindow* window);
|
||||
static void SetCurrentViewport(ImGuiWindow* window, ImGuiViewportP* viewport);
|
||||
static bool GetWindowAlwaysWantOwnViewport(ImGuiWindow* window);
|
||||
static int FindPlatformMonitorForPos(const ImVec2& pos);
|
||||
static int FindPlatformMonitorForRect(const ImRect& r);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue