mirror of
https://github.com/gwm17/glfw.git
synced 2025-02-24 14:18:50 -05:00
Formatting.
This commit is contained in:
parent
50c694fab4
commit
61ccb034d0
|
@ -1178,10 +1178,8 @@ void _glfwPlatformWaitEvents(void)
|
||||||
{
|
{
|
||||||
if (!XPending(_glfw.x11.display))
|
if (!XPending(_glfw.x11.display))
|
||||||
{
|
{
|
||||||
int fd;
|
|
||||||
fd_set fds;
|
fd_set fds;
|
||||||
|
const int fd = ConnectionNumber(_glfw.x11.display);
|
||||||
fd = ConnectionNumber(_glfw.x11.display);
|
|
||||||
|
|
||||||
FD_ZERO(&fds);
|
FD_ZERO(&fds);
|
||||||
FD_SET(fd, &fds);
|
FD_SET(fd, &fds);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user