core: refactor
This commit is contained in:
parent
c254337e4b
commit
266e7a548b
38 changed files with 4119 additions and 4836 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue