[PATCH gtk+] wayland: Track libxkbcommon changes.
Rob Bradford
robert.bradford at intel.com
Sun Nov 11 04:49:23 PST 2012
On Sun, Nov 11, 2012 at 03:57:49AM -0700, Scott Moreau wrote:
Hi Scott,
> - return xkb_keysym_from_name(keyval_name);
> + return xkb_keysym_from_name(keyval_name, 0);
I'm a little confused about this patch - AFAICT using git blame this was
already fixed when I merged Ran's patch:
commit 21cf5a7e0018675585a58ed6d3d379ba7028be39
Author: Ran Benita <ran234 at gmail.com>
Commit: Rob Bradford <rob at linux.intel.com>
wayland: update to work with stable libxkbcommon
libxkbcommon has had some changes to its API. However, it now has a
stable release (0.2.0), so this makes the necessary changes, and
replaces all uses of the deprecated API.
Signed-off-by: Ran Benita <ran234 at gmail.com>
Cheers,
Rob
More information about the wayland-devel
mailing list