Backends: GLFW: Fixed clipboard handler assertion when using GLFW <= 3.2.1 compiled with asserts enabled. (#8452)

Amend 8e4010479
This commit is contained in:
ocornut
2025-03-03 13:10:58 +01:00
parent 4819eae867
commit ce13f6b73e
4 changed files with 12 additions and 3 deletions

View File

@@ -2940,7 +2940,7 @@ struct IMGUI_API ImGuiTableTempData
ImGuiTableTempData() { memset(this, 0, sizeof(*this)); LastTimeActive = -1.0f; }
};
// sizeof() ~ 12
// sizeof() ~ 16
struct ImGuiTableColumnSettings
{
float WidthOrWeight;