This commit is contained in:
Kovid Goyal 2017-10-17 20:43:22 +05:30
parent 40d80c7833
commit 3d7e8e3e84
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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();
}