Shinichi Tanaka

Results 32 comments of Shinichi Tanaka

All checks have passed! It's truly ready for review :confetti_ball:

This PR followed the HEAD of master. Including document updates.

What does this PR stop? I’ll try to resolve that if I can.

Sorry I did my project... I can do this PR starting this week end maybe.

Status reporting. I'm working visualized child window creations and found a bug https://github.com/rust-windowing/winit/pull/2363. This PR depends that PR so I'm waiting some reviews.

Visualizing child window is finished. I've done for all review points, so this PR is ready for review. But CI fails in many platforms...

Now CI fails in like i386-linux. I'm not familiar with X11, [`XID` sometimes typedefs as a pointer](https://github.com/freedesktop/xorg-xserver/search?q=typedef+xid)...? CI fails in i386-linux because [`XID` is not u32](https://github.com/rust-windowing/winit/runs/7205283569?check_suite_focus=true). To solve it roughly,...

Now CI on Linux is passed. I don't know why Windows CI fail.

hmm... @dhardy may I remove softbuffer related code from this PR? Original example in this PR does not visualize each child windows but can demonstrate how to create child windows....