1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00

Formatting.

This commit is contained in:
Camilla Berglund 2011-03-04 15:49:05 +01:00
parent a5facec0c3
commit 2f7bfb89e4

View File

@ -998,7 +998,7 @@ static void processSingleEvent(void)
// Do not report key releases for key repeats. For key repeats we
// will get KeyRelease/KeyPress pairs with similar or identical
// time stamps. User selected key repeat filtering is handled in
// _glfwInputKey()/_glfwInputChar().
// _glfwInputKey/_glfwInputChar.
if (XEventsQueued(_glfwLibrary.X11.display, QueuedAfterReading))
{
XEvent nextEvent;