From 0882f910df3672e084a8fefa522e8dae4d248fe3 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 16 Dec 2024 14:42:36 +0100 Subject: [BOX32][WRAPPING] Added 32bits wrapped libxcb-res and fixes some wrapped functions from libxcb --- src/library_list_32.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/library_list_32.h') 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) -- cgit 1.4.1