From 3d7e8e3e84b56a0e3f8d35fbc0eef2bca957a86b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 17 Oct 2017 20:43:22 +0530 Subject: [PATCH] typo --- kitty/glfw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/glfw.c b/kitty/glfw.c index 33050862a..22e334760 100644 --- a/kitty/glfw.c +++ b/kitty/glfw.c @@ -399,7 +399,7 @@ current_monitor_dpi(WindowWrapper *self) { void request_window_attention() { #ifdef has_request_attention - glfwRequestWindowAttention(the->window); + glfwRequestWindowAttention(the_window->window); #endif glfwPostEmptyEvent(); }