From 591e2db7128b8d5d618ee58037777eb64d91c953 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 8 Oct 2024 16:34:20 +0200 Subject: [BOX32] Refactored X11 wrapping, and add a few more functions --- src/include/box64context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/box64context.h b/src/include/box64context.h index 532c1aaf..8899460e 100644 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -184,6 +184,7 @@ typedef struct box64context_s { library_t *sdl1mixerlib; library_t *sdl2lib; library_t *sdl2mixerlib; + library_t *libx11; linkmap_t *linkmap; linkmap32_t *linkmap32; void* sdl1allocrw; // SDL1 AllocRW/FreeRW function -- cgit 1.4.1