serenity/Libraries/LibKeyboard
Brian Gianforcaro e67d0c9eef LibKeyboard: Don't compile CharacterMap:set_system_map in kernel mode
In preparation for using Userspace<T> in Syscall::SC_setkeymap_params
remove the usage of SC_setkeymap_params from when compiling in kernel
mode. In kernel model we would need to do a bunch of explicit FlatPtr
cats to in order to get it to compile, and it's unused anyway, so just
avoid the pain.
2020-08-02 10:56:33 +02:00
..
CharacterMap.cpp LibKeyboard: Don't compile CharacterMap:set_system_map in kernel mode 2020-08-02 10:56:33 +02:00
CharacterMap.h LibKeyboard: Don't compile CharacterMap:set_system_map in kernel mode 2020-08-02 10:56:33 +02:00
CharacterMapData.h LibKeyboard: Replace char data type to u32 for code point 2020-06-16 13:15:17 +02:00
CharacterMapFile.cpp LibKeyboard: Don't crash when file is empty 2020-06-29 13:27:13 +02:00
CharacterMapFile.h LibKeyboard: Replace char data type to u32 for code point 2020-06-16 13:15:17 +02:00
CMakeLists.txt