Formatting.

This commit is contained in:
Camilla Berglund 2015-06-02 17:05:21 +02:00
parent 41af5aaae2
commit cf363103d2
1 changed files with 4 additions and 4 deletions

View File

@ -1134,10 +1134,10 @@ static void processEvent(XEvent *event)
event->xclient.window = _glfw.x11.root;
XSendEvent(_glfw.x11.display,
event->xclient.window,
False,
SubstructureNotifyMask | SubstructureRedirectMask,
event);
event->xclient.window,
False,
SubstructureNotifyMask | SubstructureRedirectMask,
event);
}
}
else if (event->xclient.message_type == _glfw.x11.XdndEnter)