Formatting.

This commit is contained in:
Camilla Berglund 2012-10-21 16:23:36 +02:00
parent d0afa65813
commit c3195746d8
1 changed files with 3 additions and 3 deletions

View File

@ -105,9 +105,9 @@ static GLboolean createWindow(_GLFWwindow* window,
wa.colormap = window->X11.colormap;
wa.border_pixel = 0;
wa.event_mask = StructureNotifyMask | KeyPressMask | KeyReleaseMask |
PointerMotionMask | ButtonPressMask | ButtonReleaseMask |
ExposureMask | FocusChangeMask | VisibilityChangeMask |
EnterWindowMask | LeaveWindowMask;
PointerMotionMask | ButtonPressMask | ButtonReleaseMask |
ExposureMask | FocusChangeMask | VisibilityChangeMask |
EnterWindowMask | LeaveWindowMask;
if (wndconfig->monitor)
{