8000 Hint value collisions · Issue #791 · glfw/glfw · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Hint value collisions #791
Open
Open
@Xt-8

Description

@Xt-8

These defines in glfw3.h have the same values, I believe this is not how it should be, though it won't cause any issues either (afaik).

#define GLFW_NATIVE_CONTEXT_API     0x00036001
#define GLFW_EGL_CONTEXT_API        0x00036002

#define GLFW_ARROW_CURSOR           0x00036001
#define GLFW_IBEAM_CURSOR           0x00036002

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugBug reports and bugfix pull requestsverifiedReproduced or otherwise verified bugs

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0