Skip to content
  • Rob Bradford's avatar
    wayland: Handle the keymap being needed before we know about seats · 2d676f32
    Rob Bradford authored
    In the Wayland backend implementation for gdk_display_get_keymap we enumerate
    the known devices and look for an core keyboard device. These device objects
    are created when we receive the capabilities for the seat. The seat
    capabilities may be received after a request for the keymap so we handle this
    by creating a temporary keymap which we then free later when we have the real
    one.
    2d676f32