about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
authorFrank Benkstein <frank@benkstein.net>2024-01-08 00:05:15 +0100
committerGitHub <noreply@github.com>2024-01-08 00:05:15 +0100
commit411a52e16fe29b2af581f0e485c2042dd07ea07c (patch)
tree1a565424a0a2caf0dff129043a0ea1584c42bece /src/library_list.h
parent41bfd757ad55623bd5c83ae2946390e50a48de3b (diff)
downloadbox64-411a52e16fe29b2af581f0e485c2042dd07ea07c.tar.gz
box64-411a52e16fe29b2af581f0e485c2042dd07ea07c.zip
expose minimal libxcb-xinput wrapper (#1192)
Expose minimal libxcb-xinput interface, enough to run the Enpass
password manager. Also expose XkbGetIndicatorState since that is also
required.
Diffstat (limited to 'src/library_list.h')
-rw-r--r--src/library_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h
index a247435a..21f3a377 100644
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -73,6 +73,7 @@ GO("libxcb-render-util.so.0", libxcbrenderutil)
 GO("libxcb-render.so.0", libxcbrender)
 GO("libxcb-sync.so.1", libxcbsync)
 GO("libxcb-xinerama.so.0", libxcbxinerama)
+GO("libxcb-xinput.so.0", libxcbxinput)
 GO("libxcb-xkb.so.1", libxcbxkb)
 //GO("libxcb-present.so.0", libxcbpresent)
 GO("libXtst.so.6", libxtst)