mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Cleanup.
This commit is contained in:
parent
d0accb67da
commit
f5fd3331ce
1 changed files with 2 additions and 2 deletions
4
3rdparty/ocornut-imgui/imgui_wm.h
vendored
4
3rdparty/ocornut-imgui/imgui_wm.h
vendored
|
@ -247,7 +247,7 @@ namespace ImGuiWM
|
|||
PlatformWindow* GetCurrentPlatformWindow();
|
||||
PlatformWindow* GetWindowParent(Window* pWindow);
|
||||
|
||||
void Log(const char* pFormat, ...);
|
||||
void Log(const char* pFormat, ...);
|
||||
virtual void LogFormatted(const char* pStr) = 0;;
|
||||
|
||||
static WindowManager* GetInstance();
|
||||
|
@ -282,7 +282,7 @@ namespace ImGuiWM
|
|||
void StartDragWindow(Window* pWindow);
|
||||
void StopDragWindow();
|
||||
void UpdateDragWindow();
|
||||
Container*GetBestDocking(PlatformWindow* pPlatformWindow,const ImVec2 oCursorPos,EDockOrientation& oOutOrientation,ImVec2& oOutAreaPos,ImVec2& oOutAreaSize);
|
||||
Container* GetBestDocking(PlatformWindow* pPlatformWindow,const ImVec2 oCursorPos,EDockOrientation& oOutOrientation,ImVec2& oOutAreaPos,ImVec2& oOutAreaSize);
|
||||
|
||||
Config m_oConfig;
|
||||
PlatformWindow* m_pMainPlatformWindow;
|
||||
|
|
Loading…
Reference in a new issue