winit-sonoma-fix/src/api
Emilio Cobos Álvarez 4d729164c7 x11: Poll the window until it is really visible
Fixes #697

It seems that `XSync` doesn't really makes the window viewable.

This feels hacky, other option to do it could be using `XIfEvent` or
similar to listen to `MapNotify` events, but we'll have a loop still.

In practice, this lasts between two and thre iterations on my machine,
which is something not noticeable.
2016-01-16 18:19:56 +01:00
..
android Not implemented asserts to prevent silent fails 2015-11-09 03:18:48 -08:00
caca Remove public exports of gl_common and libc 2015-11-09 08:46:52 +01:00
cocoa Reduce cursor warp delay with CGAssociateMouseAndMouseCursorPosition 2015-12-29 21:52:18 +02:00
egl Fix EGL for wayland. 2016-01-03 12:19:53 +01:00
emscripten Remove public exports of gl_common and libc 2015-11-09 08:46:52 +01:00
glx Fix wrong screen ID used on GLX 2016-01-05 18:06:30 +01:00
ios Remove public exports of gl_common and libc 2015-11-09 08:46:52 +01:00
osmesa Remove public exports of gl_common and libc 2015-11-09 08:46:52 +01:00
wayland api/wayland: fix cursor errors 2015-12-22 14:36:41 +01:00
wgl Prefer double buffer on wgl if unspecified 2016-01-14 15:50:42 +00:00
win32 Support for side buttons on mouse 2015-12-29 15:47:04 -08:00
x11 x11: Poll the window until it is really visible 2016-01-16 18:19:56 +01:00
dlopen.rs Update some libraries 2015-12-01 02:11:54 +01:00
mod.rs [add] ios support 2015-06-05 16:38:35 +03:00