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

Deprecate waffle_init and waffle_display_connect #7

Description

@linyaa-kiwi

Waffle 1.3 requires that the user initialize the library with waffle_init() before calling waffle_display_connect(). Calling waffle_init() a second time produces an error.

This design is bogus. If multiple uncoordinated components of some application each call waffle_init(), who succeeds and who fails?

Waffle should deprecate waffle_init() and waffle_display_connect() and replace them with something modeled after eglGetPlatformDisplay() from EGL 1.5.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions