compositor-x11: Copying xkb_info when creating a seat causes problems

Sorry, I missed updating use of xkb_info in compositor-x11.c.
I've updated the patch.
dev
Andrew Wedgbury 11 years ago committed by Kristian Høgsberg
parent ffbddff89a
commit a94dc8a51b
  1. 2
      src/compositor-x11.c

@ -160,7 +160,7 @@ x11_compositor_get_keymap(struct x11_compositor *c)
static uint32_t
get_xkb_mod_mask(struct x11_compositor *c, uint32_t in)
{
struct weston_xkb_info *info = &c->core_seat.xkb_info;
struct weston_xkb_info *info = c->core_seat.xkb_info;
uint32_t ret = 0;
if ((in & ShiftMask) && info->shift_mod != XKB_MOD_INVALID)

Loading…
Cancel
Save