[UI] Set ImGUI clipboard functions to GTK implementations

This commit is contained in:
Adrian
2025-09-09 22:56:01 +01:00
committed by Radosław Gliński
parent 38ad9bf342
commit a1a33b9939
2 changed files with 22 additions and 1 deletions

View File

@@ -34,7 +34,6 @@ includedirs({
defines({
"VULKAN_HPP_NO_TO_STRING",
"IMGUI_DISABLE_OBSOLETE_FUNCTIONS",
"IMGUI_DISABLE_DEFAULT_FONT",
--"IMGUI_USE_WCHAR32",
"IMGUI_USE_STB_SPRINTF",
@@ -238,6 +237,7 @@ filter("platforms:Windows")
"WIN32",
"_WIN64=1",
"_AMD64=1",
"IMGUI_DISABLE_OBSOLETE_FUNCTIONS",
})
linkoptions({
"/ignore:4006", -- Ignores complaints about empty obj files.