mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-09 19:38:30 +01:00
add structs_and_enums_i for imgui_internal, replace IMGUI_DOCKING for IMGUI_HAS_DOCK
This commit is contained in:
@@ -2550,7 +2550,7 @@ CIMGUI_API void ImVector_ImWchar_UnInit(ImVector_ImWchar* p)
|
||||
p->~ImVector<ImWchar>();
|
||||
}
|
||||
|
||||
#ifdef IMGUI_DOCKING
|
||||
#ifdef IMGUI_HAS_DOCK
|
||||
|
||||
// NOTE: Some function pointers in the ImGuiPlatformIO structure are not C-compatible because of their
|
||||
// use of a complex return type. To work around this, we store a custom CimguiStorage object inside
|
||||
|
@@ -2550,7 +2550,7 @@ CIMGUI_API void ImVector_ImWchar_UnInit(ImVector_ImWchar* p)
|
||||
p->~ImVector<ImWchar>();
|
||||
}
|
||||
|
||||
#ifdef IMGUI_DOCKING
|
||||
#ifdef IMGUI_HAS_DOCK
|
||||
|
||||
// NOTE: Some function pointers in the ImGuiPlatformIO structure are not C-compatible because of their
|
||||
// use of a complex return type. To work around this, we store a custom CimguiStorage object inside
|
||||
|
5512
generator/output/structs_and_enums_i.json
Normal file
5512
generator/output/structs_and_enums_i.json
Normal file
File diff suppressed because it is too large
Load Diff
4220
generator/output/structs_and_enums_i.lua
Normal file
4220
generator/output/structs_and_enums_i.lua
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user