Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Expose some currently internal constructors #10

@Ongy

Description

@Ongy

I was playing around with binding wlroots (the compositor library spawned out of sway) and needed some wayland values.

The specific one I found was the struct wl_display * for the server.
Currently the type exists but the newtype constructor isn't exported which makes bindings to other libraries that use the C values impossible.

To use this library when binding to oder libraries that use some wayland values, it would be important to export at least the Ptr types for wl_ structs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions