diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-10-08 16:34:20 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-10-08 16:34:20 +0200 |
| commit | 591e2db7128b8d5d618ee58037777eb64d91c953 (patch) | |
| tree | 72b4b779bc9eaec3946d6399d42538ddbd2809e0 /src/include | |
| parent | 8414563ad0d217b05dc8656c8d779ae16a66c58b (diff) | |
| download | box64-591e2db7128b8d5d618ee58037777eb64d91c953.tar.gz box64-591e2db7128b8d5d618ee58037777eb64d91c953.zip | |
[BOX32] Refactored X11 wrapping, and add a few more functions
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/box64context.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |