You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In the source: gl-examples/src/x11-egl/create-x-egl-gl-surface.cpp, the event masks in xcb_window_attrib_list should be all "OR" together and stored in xcb_window_attrib_list[0].
Now they are comma separated and so it can only received the first event mask.
The text was updated successfully, but these errors were encountered:
Hi,
In the source: gl-examples/src/x11-egl/create-x-egl-gl-surface.cpp, the event masks in xcb_window_attrib_list should be all "OR" together and stored in xcb_window_attrib_list[0].
Now they are comma separated and so it can only received the first event mask.
The text was updated successfully, but these errors were encountered: