mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
oops
This commit is contained in:
@@ -24,7 +24,7 @@ else:
|
||||
break
|
||||
else:
|
||||
from ctypes.util import find_library
|
||||
lib = find_library('xkbcommon')
|
||||
lib = ctypes.CDLL(find_library('xkbcommon'))
|
||||
|
||||
f = lib.xkb_keysym_from_name
|
||||
f.argtypes = [ctypes.c_char_p, ctypes.c_int]
|
||||
|
||||
Reference in New Issue
Block a user