Wayland: Fix duplicate focus event on activation

This commit is contained in:
Camilla Löwy
2021-12-22 14:16:19 +01:00
parent 6281f498c8
commit c2f0a0ae59
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -537,7 +537,6 @@ static void xdgToplevelHandleConfigure(void* data,
}
if (fullscreen && activated)
window->wl.wasFullscreen = GLFW_TRUE;
_glfwInputWindowFocus(window, activated);
}
static void xdgToplevelHandleClose(void* data,