mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Accidentally broke this while shuffling code...
This commit is contained in:
parent
2675b7ca26
commit
72c00f39c1
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ static ImGui_ImplGlfw_Data* ImGui_ImplGlfw_GetBackendData(GLFWwindow* window)
|
|||
// Functions
|
||||
static bool ImGui_ImplGlfw_IsWayland()
|
||||
{
|
||||
#if GLFW_HAS_X11_OR_WAYLAND
|
||||
#if !GLFW_HAS_X11_OR_WAYLAND
|
||||
return false;
|
||||
#elif GLFW_HAS_GETPLATFORM
|
||||
return glfwGetPlatform() == GLFW_PLATFORM_WAYLAND;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue