Arche Washi

Results 2 comments of Arche Washi

I ran the sample code under msys2 and Fedora. It worked well in msys2. `GetScreenWidth()` and `GetScreenHeight()` would return the correct full resolution at the first frame. However, the same...

I guess the reason is the glfw commands to X11 are asynchronous (X11 handle commands asynchronously). `XFlush` may solve this problem, but it should be a bit dangerous.