Files
winit/src
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
..
2015-12-30 14:58:07 +01:00
2015-07-15 09:37:15 -07:00
2016-01-03 12:19:53 +01:00
2015-12-19 11:32:51 +01:00