about summary refs log tree commit diff stats
path: root/src/library_list_32.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-12-16 14:42:36 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-12-17 09:15:59 +0100
commit0882f910df3672e084a8fefa522e8dae4d248fe3 (patch)
tree9cc27f7bdee2a3d3335dbbaf0c0a787264f436c8 /src/library_list_32.h
parentf65c22d329e0f2405e2b0f12bc349331b2e4d74b (diff)
downloadbox64-0882f910df3672e084a8fefa522e8dae4d248fe3.tar.gz
box64-0882f910df3672e084a8fefa522e8dae4d248fe3.zip
[BOX32][WRAPPING] Added 32bits wrapped libxcb-res and fixes some wrapped functions from libxcb
Diffstat (limited to 'src/library_list_32.h')
-rw-r--r--src/library_list_32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library_list_32.h b/src/library_list_32.h
index 0c713ae0..2af7342c 100644
--- a/src/library_list_32.h
+++ b/src/library_list_32.h
@@ -63,6 +63,8 @@ GO("libX11-xcb.so.1", libx11xcb)
 GO("libX11-xcb.so", libx11xcb)
 GO("libxcb.so.1", libxcb)
 GO("libxcb.so", libxcb)
+GO("libxcb-res.so.0", libxcbres)
+GO("libxcb-res.so", libxcbres)
 
 GO("libopenal.so.1", openal)
 GO("libopenal.so.0", openal)