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. |
||
|---|---|---|
| .. | ||
| events.rs | ||
| ffi.rs | ||
| input.rs | ||
| mod.rs | ||
| monitor.rs | ||
| window.rs | ||
| xdisplay.rs | ||