Skip to content
  • Luflosi's avatar
    Use the correct type for a struct member · 3facbd20
    Luflosi authored
    The `name` member in the `_GLFWmonitorWayland` struct is used in two places. It is assigned the value from a variable of type `uint32_t` and is compared to another variable of type `uint32_t`, so `name` should also have the same type.
    
    Closes #1569.
    
    (cherry picked from commit d25248343e248337284dfbe5ecd1eddbd37ae66d)
    3facbd20