blob: 395245bdb77a6b6139d94e01d61bf219c377f07f (
plain)
1
2
3
4
5
6
7
|
pub usingnamespace @cImport({
@cInclude("xcb/xcb.h");
// Add more define here if you want to include more keys. See depends/libxcb/depends/xorgproto/include/X11/keysymdef.h
@cDefine("XK_TECHNICAL", "");
@cInclude("X11/keysymdef.h");
});
|