Skip to content

No window on Weston/FreeBSD #109

@johalun

Description

@johalun

Hi

I've been working on getting Wayland stuff ported to FreeBSD and would love to be able to run glutin there as well.

I'm getting no events with winit/glutin on Weston.
Simple C Wayland clients work fine. wayland-client rust crate examples work fine.

Logging shows that it stops at the second dispatch call on
https://github.com/tomaka/winit/blob/master/src/api/wayland/window.rs#L166

For winit example, no error is reported, no window is displayed. The process is just halted on select() syscall.

For glutin example, pixel format and OpenGL version is printed but nothing more, no window.

Is there any similar known problems on Linux?

Metadata

Metadata

Assignees

No one assigned

    Labels

    B - bugDang, that shouldn't have happenedDS - waylandAffects the Wayland backend, or generally free Unix platforms

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions