mirror of
https://github.com/glfw/glfw.git
synced 2026-02-20 22:23:12 +01:00
Formatting.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user