oops
This commit is contained in:
parent
8bf2e098f5
commit
ae9df1ffac
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ def load_libxkb_lookup():
|
|||
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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue