mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 10:51:55 +00:00
typo
This commit is contained in:
parent
40d80c7833
commit
3d7e8e3e84
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue