This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix typo
master
Jakub Wilk
8 years ago
parent
ba4b84a8b1
commit
c313edc0ad
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
main.c
+ 1
- 1
main.c
View File
@@ -548,7 +548,7 @@ void run_key_handler(const char *key, unsigned int mask)
f++;
f++;
}
}
}
}
/* drop user input events that occured while running the key handler */
/* drop user input events that occur
r
ed while running the key handler */
while (XCheckIfEvent(win.env.dpy, &dump, is_input_ev, NULL));
while (XCheckIfEvent(win.env.dpy, &dump, is_input_ev, NULL));
end:
end:
Write
Preview
Loading…
Cancel
Save