core: refactor

This commit is contained in:
Ali Cheraghi 2024-07-13 01:07:20 +03:30 committed by Stephen Gutekanst
parent c254337e4b
commit 266e7a548b
38 changed files with 4119 additions and 4836 deletions

View file

@ -1,5 +1,5 @@
///! This code is taken from https://github.com/glfw/glfw/blob/master/src/xkb_unicode.c
const c = @import("Core.zig").c;
const c = @import("../X11.zig").c;
const keysym_table = &[_]struct { c.KeySym, u21 }{
.{ 0x01a1, 0x0104 },