update to latest zig version

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-12-30 19:38:47 -07:00 committed by Emi Gutekanst
parent b3139fbb0a
commit ff13976518
2 changed files with 2 additions and 2 deletions

View file

@ -543,7 +543,7 @@ const keyboard_listener = struct {
if (pressed) {
core_ptr.pushEvent(.{ .key_press = key_event });
var keysyms: ?[*]c.xkb_keysym_t = undefined;
var keysyms: ?[*]const c.xkb_keysym_t = undefined;
//Get the keysym from the keycode (scancode + 8)
if (libxkbcommon.xkb_state_key_get_syms(wl.xkb_state, scancode + 8, &keysyms) == 1) {
//Compose the keysym